Hi FLMike , thanks for your suggestion,
But I have a NumberInput, which is only numeric, then I tried with your formula in property Value as follow:
Value = If(Value(Self.Text) = -99999, Color.White, RGBA(0, 0, 0, 1))
But getting error, it seems formula is not being recognized or maybe property Value is not the right property to try this suggested formula: