#5455EC

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

Shades of Neon Blue #5455EC

Tints of Neon Blue #5455EC

Color information

#5455EC (or 0x5455EC) is unknown color: approx Neon Blue. HEX triplet: 54, 55 and EC. RGB value is (84,85,236). Sum of RGB (Red+Green+Blue) = 84+85+236=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #5455EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5455EC is #ABAA13. Grayscale: #656565. Windows color (decimal): -11250196 or 15488340. OLE color: 15488340.

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

Color convert

RGB8485236-
CMYK0.640.6400.07
HSL239.61º80%62.75%-
HSV(B)239.61º64.41%92.55%-
XYZ22.0414.4480.98-
YUV101.92203.67115.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 236 (92.58% from 255) = 58.27%
R=20.74%
G=20.99%
B=58.27%

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
Decimal84852360.640.6400.07239.618062.75
Hex5455EC404007f0503f
Octal1241253541001000736012077
Binary1010100101010111101100100000010000000111111100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5455EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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