#5539e3

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

Shades of Neon Blue #5539E3

Tints of Neon Blue #5539E3

Color information

#5539E3 (or 0x5539E3) is unknown color: approx Neon Blue. HEX triplet: 55, 39 and E3. RGB value is (85,57,227). Sum of RGB (Red+Green+Blue) = 85+57+227=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #5539E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539E3 is #AAC61C. Grayscale: #545454. Windows color (decimal): -11191837 or 14891349. OLE color: 14891349.

HSL color Cylindrical-coordinate representation of color #5539E3: hue angle of 249.88º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5539E3 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8557227-
CMYK0.630.7500.11
HSL249.88º75.22%55.69%-
HSV(B)249.88º74.89%89.02%-
XYZ19.0710.473.68-
YUV84.75208.28128.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 227 (89.06% from 255) = 61.52%
R=23.04%
G=15.45%
B=61.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85572270.630.7500.11249.8875.2255.69
Hex5539E33F4B0Bfa4b38
Octal125713437711301337211370
Binary101010111100111100011111111100101101011111110101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5539e3; }

 p { color: rgb(85,57,227); }

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

<style>
 a { background-color: #5539e3; }

 a { background-color: rgb(85,57,227); }

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

<style>
 span { border-color: #5539e3; }

 span { border-color: rgb(85,57,227); }

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