Html Css Color HEX #5859EB Neon Blue

📋 copy color: '#5859EB'

red 88 ◦ green 89 ◦ blue 235

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

Shades of Neon Blue #5859EB

Tints of Neon Blue #5859EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 21.36%
G = 21.6%
B = 57.04%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5859EB (or 0x5859EB) is known color: Neon Blue. HEX triplet: 58, 59 and EB. RGB value is (88,89,235). Sum of RGB (Red+Green+Blue) = 88+89+235=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #5859EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859EB is #A7A614. Grayscale: #686868. Windows color (decimal): -10987029 or 15423832. OLE color: 15423832.

HSL color Cylindrical-coordinate representation of color #5859EB: hue angle of 239.59º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5859EB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 89 235 -
CMYK 0.63 0.62 0 0.08
HSL 239.59º 0.79% 0.63% -
HSV(B) 239.59º 0.63% 0.92% -
XYZ 22.59 15.22 80.34 -
YUV 105.35 201.17 115.63 -
System Red Green Blue C M Y K H S L
Decimal 88 89 235 0.63 0.62 0 0.08 239.59 0.79 0.63
Hex 58 59 EB 3F 3E 0 8 F0 4F 3F
Octal 130 131 353 77 76 0 10 360 117 77
Binary 1011000 1011001 11101011 111111 111110 0 1000 11110000 1001111 111111

Color Harmonies of #5859EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859EB

Black with #5859EB

Text Example


Text Example

White with #5859EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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