Html Css Color HEX #575AFC Neon Blue

📋 copy color: '#575AFC'

red 87 ◦ green 90 ◦ blue 252

#575AFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #575AFC

Tints of Neon Blue #575AFC

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 value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#575AFC (or 0x575AFC) is known color: 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

RGB 87 90 252 -
CMYK 0.65 0.64 0 0.01
HSL 238.91º 0.96% 0.66% -
HSV(B) 238.91º 0.65% 0.99% -
XYZ 25.16 16.37 93.93 -
YUV 107.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 87 90 252 0.65 0.64 0 0.01 238.91 0.96 0.66
Hex 57 5A FC 41 40 0 1 EF 60 42
Octal 127 132 374 101 100 0 1 357 140 102
Binary 1010111 1011010 11111100 1000001 1000000 0 1 11101111 1100000 1000010

Color Harmonies of #575AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AFC

Black with #575AFC

Text Example


Text Example

White with #575AFC

Text Example


Text Example

HTML Codes & Css Web 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>