Html Css Color HEX #5958ED Neon Blue

📋 copy color: '#5958ED'

red 89 ◦ green 88 ◦ blue 237

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

Shades of Neon Blue #5958ED

Tints of Neon Blue #5958ED

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5958ED (or 0x5958ED) is known color: Neon Blue. HEX triplet: 59, 58 and ED. RGB value is (89,88,237). Sum of RGB (Red+Green+Blue) = 89+88+237=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 88 (34.77% from 255 or 21.26% 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 #5958ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5958ED is #A6A712. Grayscale: #686868. Windows color (decimal): -10921747 or 15554649. OLE color: 15554649.

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

Color convert

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

Color Harmonies of #5958ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5958ED

Black with #5958ED

Text Example


Text Example

White with #5958ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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