#5355EC

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

Shades of Neon Blue #5355EC

Tints of Neon Blue #5355EC

Color information

#5355EC (or 0x5355EC) is unknown color: approx Neon Blue. HEX triplet: 53, 55 and EC. RGB value is (83,85,236). Sum of RGB (Red+Green+Blue) = 83+85+236=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #5355EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355EC is #ACAA13. Grayscale: #656565. Windows color (decimal): -11315732 or 15488339. OLE color: 15488339.

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

Color convert

RGB8385236-
CMYK0.650.6400.07
HSL239.22º80.1%62.55%-
HSV(B)239.22º64.83%92.55%-
XYZ21.9614.3980.98-
YUV101.62203.84114.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 236 (92.58% from 255) = 58.42%
R=20.54%
G=21.04%
B=58.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83852360.650.6400.07239.2280.162.55
Hex5355EC414007ef503f
Octal1231253541011000735712077
Binary1010011101010111101100100000110000000111111011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5355EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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