Html Css Color HEX #575AF9 Neon Blue

📋 copy color: '#575AF9'

red 87 ◦ green 90 ◦ blue 249

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

Shades of Neon Blue #575AF9

Tints of Neon Blue #575AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.45%

R = 20.42%
G = 21.13%
B = 58.45%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#575AF9 (or 0x575AF9) is known color: Neon Blue. HEX triplet: 57, 5A and F9. RGB value is (87,90,249). Sum of RGB (Red+Green+Blue) = 87+90+249=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #575AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AF9 is #A8A506. Grayscale: #6A6A6A. Windows color (decimal): -11052295 or 16341591. OLE color: 16341591.

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

Color convert

RGB 87 90 249 -
CMYK 0.65 0.64 0 0.02
HSL 238.89º 0.93% 0.66% -
HSV(B) 238.89º 0.65% 0.98% -
XYZ 24.69 16.18 91.44 -
YUV 107.23 208.01 113.57 -
System Red Green Blue C M Y K H S L
Decimal 87 90 249 0.65 0.64 0 0.02 238.89 0.93 0.66
Hex 57 5A F9 41 40 0 2 EF 5D 42
Octal 127 132 371 101 100 0 2 357 135 102
Binary 1010111 1011010 11111001 1000001 1000000 0 10 11101111 1011101 1000010

Color Harmonies of #575AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AF9

Black with #575AF9

Text Example


Text Example

White with #575AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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