#5560EC

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

Shades of Neon Blue #5560EC

Tints of Neon Blue #5560EC

Color information

#5560EC (or 0x5560EC) is unknown color: approx Neon Blue. HEX triplet: 55, 60 and EC. RGB value is (85,96,236). Sum of RGB (Red+Green+Blue) = 85+96+236=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #5560EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5560EC is #AA9F13. Grayscale: #6C6C6C. Windows color (decimal): -11181844 or 15491157. OLE color: 15491157.

HSL color Cylindrical-coordinate representation of color #5560EC: hue angle of 235.63º degrees, saturation: 0.8, 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 #5560EC is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8596236-
CMYK0.640.5900.07
HSL235.63º79.89%62.94%-
HSV(B)235.63º63.98%92.55%-
XYZ23.0716.3581.3-
YUV108.67199.86111.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=20.38%
G=23.02%
B=56.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85962360.640.5900.07235.6379.8962.94
Hex5560EC403B07ec503f
Octal125140354100730735412077
Binary101010111000001110110010000001110110111111011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,96,236); }

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

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

 a { background-color: rgb(85,96,236); }

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

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

 span { border-color: rgb(85,96,236); }

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