Html Css Color HEX #575AFE Neon Blue

📋 copy color: '#575AFE'

red 87 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #575AFE

Tints of Neon Blue #575AFE

RGB

 RED value IS 87 (34.38% from 255) = 20.19%

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 20.19%
G = 20.88%
B = 58.93%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#575AFE (or 0x575AFE) is known color: Neon Blue. HEX triplet: 57, 5A and FE. RGB value is (87,90,254). Sum of RGB (Red+Green+Blue) = 87+90+254=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #575AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AFE is #A8A501. Grayscale: #6B6B6B. Windows color (decimal): -11052290 or 16669271. OLE color: 16669271.

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

Color convert

RGB 87 90 254 -
CMYK 0.66 0.65 0 0.00
HSL 238.92º 0.99% 0.67% -
HSV(B) 238.92º 0.66% 1% -
XYZ 25.48 16.49 95.61 -
YUV 107.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 87 90 254 0.66 0.65 0 0.00 238.92 0.99 0.67
Hex 57 5A FE 42 41 0 0 EF 63 43
Octal 127 132 376 102 101 0 0 357 143 103
Binary 1010111 1011010 11111110 1000010 1000001 0 0 11101111 1100011 1000011

Color Harmonies of #575AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AFE

Black with #575AFE

Text Example


Text Example

White with #575AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #575AFE;
 }
 .AnyTagClassName
 {
   color: #575AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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