Html Css Color HEX #575DEC Neon Blue

📋 copy color: '#575DEC'

red 87 ◦ green 93 ◦ blue 236

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

Shades of Neon Blue #575DEC

Tints of Neon Blue #575DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

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

R = 20.91%
G = 22.36%
B = 56.73%

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

#575DEC (or 0x575DEC) is known color: Neon Blue. HEX triplet: 57, 5D and EC. RGB value is (87,93,236). Sum of RGB (Red+Green+Blue) = 87+93+236=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #575DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DEC is #A8A213. Grayscale: #6A6A6A. Windows color (decimal): -11051540 or 15490391. OLE color: 15490391.

HSL color Cylindrical-coordinate representation of color #575DEC: hue angle of 237.58º 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 #575DEC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 93 236 -
CMYK 0.63 0.61 0 0.07
HSL 237.58º 0.8% 0.63% -
HSV(B) 237.58º 0.63% 0.93% -
XYZ 22.99 15.91 81.22 -
YUV 107.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 87 93 236 0.63 0.61 0 0.07 237.58 0.8 0.63
Hex 57 5D EC 3F 3D 0 7 EE 50 3F
Octal 127 135 354 77 75 0 7 356 120 77
Binary 1010111 1011101 11101100 111111 111101 0 111 11101110 1010000 111111

Color Harmonies of #575DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DEC

Black with #575DEC

Text Example


Text Example

White with #575DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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