Html Css Color HEX #5859ED Neon Blue

📋 copy color: '#5859ED'

red 88 ◦ green 89 ◦ blue 237

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

Shades of Neon Blue #5859ED

Tints of Neon Blue #5859ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 21.26%
G = 21.5%
B = 57.25%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5859ED (or 0x5859ED) is known color: Neon Blue. HEX triplet: 58, 59 and ED. RGB value is (88,89,237). Sum of RGB (Red+Green+Blue) = 88+89+237=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #5859ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859ED is #A7A612. Grayscale: #686868. Windows color (decimal): -10987027 or 15554904. OLE color: 15554904.

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

Color convert

RGB 88 89 237 -
CMYK 0.63 0.62 0 0.07
HSL 239.6º 0.81% 0.64% -
HSV(B) 239.6º 0.63% 0.93% -
XYZ 22.88 15.33 81.87 -
YUV 105.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 88 89 237 0.63 0.62 0 0.07 239.6 0.81 0.64
Hex 58 59 ED 3F 3E 0 7 F0 51 40
Octal 130 131 355 77 76 0 7 360 121 100
Binary 1011000 1011001 11101101 111111 111110 0 111 11110000 1010001 1000000

Color Harmonies of #5859ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859ED

Black with #5859ED

Text Example


Text Example

White with #5859ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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