#575AFC

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

Shades of Neon Blue #575AFC

Tints of Neon Blue #575AFC

Color information

#575AFC (or 0x575AFC) is unknown color: approx Neon Blue. HEX triplet: 57, 5A and FC. RGB value is (87,90,252). Sum of RGB (Red+Green+Blue) = 87+90+252=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #575AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AFC is #A8A503. Grayscale: #6A6A6A. Windows color (decimal): -11052292 or 16538199. OLE color: 16538199.

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

Color convert

RGB8790252-
CMYK0.650.6400.01
HSL238.91º96.49%66.47%-
HSV(B)238.91º65.48%98.82%-
XYZ25.1616.3793.93-
YUV107.57209.51113.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 252 (98.83% from 255) = 58.74%
R=20.28%
G=20.98%
B=58.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87902520.650.6400.01238.9196.4966.47
Hex575AFC414001ef6042
Octal12713237410110001357140102
Binary101011110110101111110010000011000000011110111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,252); }

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

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

 a { background-color: rgb(87,90,252); }

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

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

 span { border-color: rgb(87,90,252); }

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