Html Css Color HEX #5958EC Neon Blue

📋 copy color: '#5958EC'

red 89 ◦ green 88 ◦ blue 236

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

Shades of Neon Blue #5958EC

Tints of Neon Blue #5958EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 21.55%
G = 21.31%
B = 57.14%

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

#5958EC (or 0x5958EC) is known color: Neon Blue. HEX triplet: 59, 58 and EC. RGB value is (89,88,236). Sum of RGB (Red+Green+Blue) = 89+88+236=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #5958EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5958EC is #A6A713. Grayscale: #686868. Windows color (decimal): -10921748 or 15489113. OLE color: 15489113.

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

Color convert

RGB 89 88 236 -
CMYK 0.62 0.63 0 0.07
HSL 240.41º 0.8% 0.64% -
HSV(B) 240.41º 0.63% 0.93% -
XYZ 22.75 15.16 81.08 -
YUV 105.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 89 88 236 0.62 0.63 0 0.07 240.41 0.8 0.64
Hex 59 58 EC 3E 3F 0 7 F0 50 40
Octal 131 130 354 76 77 0 7 360 120 100
Binary 1011001 1011000 11101100 111110 111111 0 111 11110000 1010000 1000000

Color Harmonies of #5958EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5958EC

Black with #5958EC

Text Example


Text Example

White with #5958EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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