#5659EF

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

Shades of Neon Blue #5659EF

Tints of Neon Blue #5659EF

Color information

#5659EF (or 0x5659EF) is unknown color: approx Neon Blue. HEX triplet: 56, 59 and EF. RGB value is (86,89,239). Sum of RGB (Red+Green+Blue) = 86+89+239=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #5659EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5659EF is #A9A610. Grayscale: #686868. Windows color (decimal): -11118097 or 15685974. OLE color: 15685974.

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

Color convert

RGB8689239-
CMYK0.640.6300.06
HSL238.82º82.7%63.73%-
HSV(B)238.82º64.02%93.73%-
XYZ22.9915.3683.41-
YUV105.2203.51114.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 239 (93.75% from 255) = 57.73%
R=20.77%
G=21.50%
B=57.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal86892390.640.6300.06238.8282.763.73
Hex5659EF403F06ef5340
Octal1261313571007706357123100
Binary1010110101100111101111100000011111101101110111110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5659EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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