#5940EC

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

Shades of Neon Blue #5940EC

Tints of Neon Blue #5940EC

Color information

#5940EC (or 0x5940EC) is unknown color: approx Neon Blue. HEX triplet: 59, 40 and EC. RGB value is (89,64,236). Sum of RGB (Red+Green+Blue) = 89+64+236=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #5940EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940EC is #A6BF13. Grayscale: #5A5A5A. Windows color (decimal): -10927892 or 15482969. OLE color: 15482969.

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

Color convert

RGB8964236-
CMYK0.620.7300.07
HSL248.72º81.9%58.82%-
HSV(B)248.72º72.88%92.55%-
XYZ21.0911.8580.53-
YUV91.08209.78126.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 236 (92.58% from 255) = 60.67%
R=22.88%
G=16.45%
B=60.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal89642360.620.7300.07248.7281.958.82
Hex5940EC3E4907f9523b
Octal131100354761110737112273
Binary101100110000001110110011111010010010111111110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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