Html Css Color HEX #575FEE Neon Blue

📋 copy color: '#575FEE'

red 87 ◦ green 95 ◦ blue 238

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

Shades of Neon Blue #575FEE

Tints of Neon Blue #575FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 20.71%
G = 22.62%
B = 56.67%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#575FEE (or 0x575FEE) is known color: Neon Blue. HEX triplet: 57, 5F and EE. RGB value is (87,95,238). Sum of RGB (Red+Green+Blue) = 87+95+238=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #575FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FEE is #A8A011. Grayscale: #6C6C6C. Windows color (decimal): -11051026 or 15621975. OLE color: 15621975.

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

Color convert

RGB 87 95 238 -
CMYK 0.63 0.60 0 0.07
HSL 236.82º 0.82% 0.64% -
HSV(B) 236.82º 0.63% 0.93% -
XYZ 23.46 16.38 82.82 -
YUV 108.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 87 95 238 0.63 0.60 0 0.07 236.82 0.82 0.64
Hex 57 5F EE 3F 3C 0 7 ED 52 40
Octal 127 137 356 77 74 0 7 355 122 100
Binary 1010111 1011111 11101110 111111 111100 0 111 11101101 1010010 1000000

Color Harmonies of #575FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FEE

Black with #575FEE

Text Example


Text Example

White with #575FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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