#5456EC

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

Shades of Neon Blue #5456EC

Tints of Neon Blue #5456EC

Color information

#5456EC (or 0x5456EC) is unknown color: approx Neon Blue. HEX triplet: 54, 56 and EC. RGB value is (84,86,236). Sum of RGB (Red+Green+Blue) = 84+86+236=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #5456EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5456EC is #ABA913. Grayscale: #656565. Windows color (decimal): -11249940 or 15488596. OLE color: 15488596.

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

Color convert

RGB8486236-
CMYK0.640.6400.07
HSL239.21º80%62.75%-
HSV(B)239.21º64.41%92.55%-
XYZ22.1214.681.01-
YUV102.5203.34114.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 236 (92.58% from 255) = 58.13%
R=20.69%
G=21.18%
B=58.13%

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
Decimal84862360.640.6400.07239.218062.75
Hex5456EC404007ef503f
Octal1241263541001000735712077
Binary1010100101011011101100100000010000000111111011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,86,236); }

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

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

 a { background-color: rgb(84,86,236); }

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

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

 span { border-color: rgb(84,86,236); }

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