Html Css Color HEX #575AFF Neon Blue

📋 copy color: '#575AFF'

red 87 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #575AFF

Tints of Neon Blue #575AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 20.14%
G = 20.83%
B = 59.03%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#575AFF (or 0x575AFF) is known color: Neon Blue. HEX triplet: 57, 5A and FF. RGB value is (87,90,255). Sum of RGB (Red+Green+Blue) = 87+90+255=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #575AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AFF is #A8A500. Grayscale: #6B6B6B. Windows color (decimal): -11052289 or 16734807. OLE color: 16734807.

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

Color convert

RGB 87 90 255 -
CMYK 0.66 0.65 0 0
HSL 238.93º 1% 0.67% -
HSV(B) 238.93º 0.66% 1% -
XYZ 25.64 16.56 96.45 -
YUV 107.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 87 90 255 0.66 0.65 0 0 238.93 1 0.67
Hex 57 5A FF 42 41 0 0 EF 64 43
Octal 127 132 377 102 101 0 0 357 144 103
Binary 1010111 1011010 11111111 1000010 1000001 0 0 11101111 1100100 1000011

Color Harmonies of #575AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AFF

Black with #575AFF

Text Example


Text Example

White with #575AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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