#5655EE

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

Shades of Neon Blue #5655EE

Tints of Neon Blue #5655EE

Color information

#5655EE (or 0x5655EE) is unknown color: approx Neon Blue. HEX triplet: 56, 55 and EE. RGB value is (86,85,238). Sum of RGB (Red+Green+Blue) = 86+85+238=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #5655EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655EE is #A9AA11. Grayscale: #666666. Windows color (decimal): -11119122 or 15619414. OLE color: 15619414.

HSL color Cylindrical-coordinate representation of color #5655EE: hue angle of 240.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5655EE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8685238-
CMYK0.640.6400.07
HSL240.39º81.82%63.33%-
HSV(B)240.39º64.29%93.33%-
XYZ22.5214.6582.53-
YUV102.74204.33116.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 238 (93.36% from 255) = 58.19%
R=21.03%
G=20.78%
B=58.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86852380.640.6400.07240.3981.8263.33
Hex5655EE404007f0523f
Octal1261253561001000736012277
Binary1010110101010111101110100000010000000111111100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5655EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5655EE; }

 p { color: rgb(86,85,238); }

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

<style>
 a { background-color: #5655EE; }

 a { background-color: rgb(86,85,238); }

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

<style>
 span { border-color: #5655EE; }

 span { border-color: rgb(86,85,238); }

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