Html Css Color HEX #575DEE Neon Blue

📋 copy color: '#575DEE'

red 87 ◦ green 93 ◦ blue 238

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

Shades of Neon Blue #575DEE

Tints of Neon Blue #575DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 20.81%
G = 22.25%
B = 56.94%

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

#575DEE (or 0x575DEE) is known color: Neon Blue. HEX triplet: 57, 5D and EE. RGB value is (87,93,238). Sum of RGB (Red+Green+Blue) = 87+93+238=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #575DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DEE is #A8A211. Grayscale: #6B6B6B. Windows color (decimal): -11051538 or 15621463. OLE color: 15621463.

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

Color convert

RGB 87 93 238 -
CMYK 0.63 0.61 0 0.07
HSL 237.62º 0.82% 0.64% -
HSV(B) 237.62º 0.63% 0.93% -
XYZ 23.28 16.03 82.76 -
YUV 107.74 201.51 113.21 -
System Red Green Blue C M Y K H S L
Decimal 87 93 238 0.63 0.61 0 0.07 237.62 0.82 0.64
Hex 57 5D EE 3F 3D 0 7 EE 52 40
Octal 127 135 356 77 75 0 7 356 122 100
Binary 1010111 1011101 11101110 111111 111101 0 111 11101110 1010010 1000000

Color Harmonies of #575DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DEE

Black with #575DEE

Text Example


Text Example

White with #575DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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