#575FF4

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

Shades of Neon Blue #575FF4

Tints of Neon Blue #575FF4

Color information

#575FF4 (or 0x575FF4) is unknown color: approx Neon Blue. HEX triplet: 57, 5F and F4. RGB value is (87,95,244). Sum of RGB (Red+Green+Blue) = 87+95+244=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #575FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FF4 is #A8A00B. Grayscale: #6C6C6C. Windows color (decimal): -11051020 or 16015191. OLE color: 16015191.

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

Color convert

RGB8795244-
CMYK0.640.6100.04
HSL236.94º87.71%64.9%-
HSV(B)236.94º64.34%95.69%-
XYZ24.3516.7487.54-
YUV109.59203.85111.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.42%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 244 (95.70% from 255) = 57.28%
R=20.42%
G=22.30%
B=57.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal87952440.640.6100.04236.9487.7164.9
Hex575FF4403D04ed5841
Octal1271373641007504355130101
Binary1010111101111111110100100000011110101001110110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,244); }

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

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

 a { background-color: rgb(87,95,244); }

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

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

 span { border-color: rgb(87,95,244); }

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