#5959EF

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

Shades of Neon Blue #5959EF

Tints of Neon Blue #5959EF

Color information

#5959EF (or 0x5959EF) is unknown color: approx Neon Blue. HEX triplet: 59, 59 and EF. RGB value is (89,89,239). Sum of RGB (Red+Green+Blue) = 89+89+239=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #5959EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5959EF is #A6A610. Grayscale: #696969. Windows color (decimal): -10921489 or 15685977. OLE color: 15685977.

HSL color Cylindrical-coordinate representation of color #5959EF: hue angle of 240º 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 #5959EF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8989239-
CMYK0.630.6300.06
HSL240º82.42%64.31%-
HSV(B)240º62.76%93.73%-
XYZ23.2715.583.43-
YUV106.1203115.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=21.34%
G=21.34%
B=57.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal89892390.630.6300.0624082.4264.31
Hex5959EF3F3F06f05240
Octal131131357777706360122100
Binary101100110110011110111111111111111101101111000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5959EF; }

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

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

<style>
 a { background-color: #5959EF; }

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

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

<style>
 span { border-color: #5959EF; }

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

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