#575CF6

Color #575CF6 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #575CF6

Tints of Neon Blue #575CF6

Color information

#575CF6 (or 0x575CF6) is unknown color: approx Neon Blue. HEX triplet: 57, 5C and F6. RGB value is (87,92,246). Sum of RGB (Red+Green+Blue) = 87+92+246=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #575CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CF6 is #A8A309. Grayscale: #6B6B6B. Windows color (decimal): -11051786 or 16145495. OLE color: 16145495.

HSL color Cylindrical-coordinate representation of color #575CF6: hue angle of 238.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575CF6 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8792246-
CMYK0.650.6300.04
HSL238.11º89.83%65.29%-
HSV(B)238.11º64.63%96.47%-
XYZ24.3916.3389.06-
YUV108.06205.84112.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 20.47%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 246 (96.48% from 255) = 57.88%
R=20.47%
G=21.65%
B=57.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal87922460.650.6300.04238.1189.8365.29
Hex575CF6413F04ee5a41
Octal1271343661017704356132101
Binary1010111101110011110110100000111111101001110111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575CF6; }

 p { color: rgb(87,92,246); }

 H1.HeaderClassName
 {
   color: #575CF6;
 }
 .AnyTagClassName
 {
   color: #575CF6;
 }
</style>
background-color css

<style>
 a { background-color: #575CF6; }

 a { background-color: rgb(87,92,246); }

 div.DivClassName
 {
   background-color: #575CF6;
 }
 .BgClassName
 {
   background-color: #575CF6;
 }
</style>
border-color css

<style>
 span { border-color: #575CF6; }

 span { border-color: rgb(87,92,246); }

 td.TdClassName
 {
   border-color: #575CF6;
 }
 .TagClassName
 {
   border-color: #575CF6;
 }
</style>