Html Css Color HEX #5960EC Neon Blue

📋 copy color: '#5960EC'

red 89 ◦ green 96 ◦ blue 236

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

Shades of Neon Blue #5960EC

Tints of Neon Blue #5960EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

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

R = 21.14%
G = 22.8%
B = 56.06%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5960EC (or 0x5960EC) is known color: Neon Blue. HEX triplet: 59, 60 and EC. RGB value is (89,96,236). Sum of RGB (Red+Green+Blue) = 89+96+236=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5960EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960EC is #A69F13. Grayscale: #6D6D6D. Windows color (decimal): -10919700 or 15491161. OLE color: 15491161.

HSL color Cylindrical-coordinate representation of color #5960EC: hue angle of 237.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5960EC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 96 236 -
CMYK 0.62 0.59 0 0.07
HSL 237.14º 0.79% 0.64% -
HSV(B) 237.14º 0.62% 0.93% -
XYZ 23.44 16.55 81.31 -
YUV 109.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 89 96 236 0.62 0.59 0 0.07 237.14 0.79 0.64
Hex 59 60 EC 3E 3B 0 7 ED 4F 40
Octal 131 140 354 76 73 0 7 355 117 100
Binary 1011001 1100000 11101100 111110 111011 0 111 11101101 1001111 1000000

Color Harmonies of #5960EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960EC

Black with #5960EC

Text Example


Text Example

White with #5960EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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