Html Css Color HEX #575BEC Neon Blue

📋 copy color: '#575BEC'

red 87 ◦ green 91 ◦ blue 236

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

Shades of Neon Blue #575BEC

Tints of Neon Blue #575BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.98%

 BLUE value IS 236 (92.58% from 255) = 57%

R = 21.01%
G = 21.98%
B = 57%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#575BEC (or 0x575BEC) is known color: Neon Blue. HEX triplet: 57, 5B and EC. RGB value is (87,91,236). Sum of RGB (Red+Green+Blue) = 87+91+236=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #575BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BEC is #A8A413. Grayscale: #696969. Windows color (decimal): -11052052 or 15489879. OLE color: 15489879.

HSL color Cylindrical-coordinate representation of color #575BEC: hue angle of 238.39º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575BEC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 91 236 -
CMYK 0.63 0.61 0 0.07
HSL 238.39º 0.8% 0.63% -
HSV(B) 238.39º 0.63% 0.93% -
XYZ 22.81 15.56 81.16 -
YUV 106.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 87 91 236 0.63 0.61 0 0.07 238.39 0.8 0.63
Hex 57 5B EC 3F 3D 0 7 EE 50 3F
Octal 127 133 354 77 75 0 7 356 120 77
Binary 1010111 1011011 11101100 111111 111101 0 111 11101110 1010000 111111

Color Harmonies of #575BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BEC

Black with #575BEC

Text Example


Text Example

White with #575BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,236); }

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

background-color css

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

 a { background-color: rgb(87,91,236); }

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

border-color css

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

 span { border-color: rgb(87,91,236); }

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