#5960ef

Color #5960EF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5960EF

Tints of Neon Blue #5960EF

Color information

#5960EF (or 0x5960EF) is unknown color: approx Neon Blue. HEX triplet: 59, 60 and EF. RGB value is (89,96,239). Sum of RGB (Red+Green+Blue) = 89+96+239=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5960EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960EF is #A69F10. Grayscale: #6D6D6D. Windows color (decimal): -10919697 or 15687769. OLE color: 15687769.

HSL color Cylindrical-coordinate representation of color #5960EF: hue angle of 237.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5960EF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8996239-
CMYK0.630.6000.06
HSL237.2º82.42%64.31%-
HSV(B)237.2º62.76%93.73%-
XYZ23.8816.7283.63-
YUV110.21200.68112.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 239 (93.75% from 255) = 56.37%
R=20.99%
G=22.64%
B=56.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal89962390.630.6000.06237.282.4264.31
Hex5960EF3F3C06ed5240
Octal131140357777406355122100
Binary101100111000001110111111111111110001101110110110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5960ef;
 }
 .AnyTagClassName
 {
   color: #5960ef;
 }
</style>
background-color css

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

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

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

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

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

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