sorry for late reply

add this to your form_load event:
Code:
Dim red As Integer = 255
Dim green As Integer = 255
Dim blue As Integer = 255
Dim clr As Color = Color.FromArgb(red, green, blue)
Me.BackColor = clr
thats the actual colour
lemme explain it:
1st you get your hexcode, with a basic colourpicker

then you have to find how many red,blue,green stuff there is

then just use the code and change the numbers ^^
but this code is already perfect for your injector
thx+rep me pls....
oh and the backcolour is just white... 255,255,255 = white.

but you can use this for everything ^^