Html Css Color HEX #5859EE Neon Blue

📋 copy color: '#5859EE'

red 88 ◦ green 89 ◦ blue 238

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

Shades of Neon Blue #5859EE

Tints of Neon Blue #5859EE

RGB

 RED value IS 88 (34.77% from 255) = 21.2%

 GREEN value IS 89 (35.16% from 255) = 21.45%

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

R = 21.2%
G = 21.45%
B = 57.35%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5859EE (or 0x5859EE) is known color: Neon Blue. HEX triplet: 58, 59 and EE. RGB value is (88,89,238). Sum of RGB (Red+Green+Blue) = 88+89+238=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #5859EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859EE is #A7A611. Grayscale: #696969. Windows color (decimal): -10987026 or 15620440. OLE color: 15620440.

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

Color convert

RGB 88 89 238 -
CMYK 0.63 0.63 0 0.07
HSL 239.6º 0.82% 0.64% -
HSV(B) 239.6º 0.63% 0.93% -
XYZ 23.03 15.39 82.65 -
YUV 105.69 202.67 115.38 -
System Red Green Blue C M Y K H S L
Decimal 88 89 238 0.63 0.63 0 0.07 239.6 0.82 0.64
Hex 58 59 EE 3F 3F 0 7 F0 52 40
Octal 130 131 356 77 77 0 7 360 122 100
Binary 1011000 1011001 11101110 111111 111111 0 111 11110000 1010010 1000000

Color Harmonies of #5859EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859EE

Black with #5859EE

Text Example


Text Example

White with #5859EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5859EE; }

 p { color: rgb(88,89,238); }

 H1.HeaderClassName
 {
   color: #5859EE;
 }
 .AnyTagClassName
 {
   color: #5859EE;
 }
</style>

background-color css

<style>
 a { background-color: #5859EE; }

 a { background-color: rgb(88,89,238); }

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

border-color css

<style>
 span { border-color: #5859EE; }

 span { border-color: rgb(88,89,238); }

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