#5549e8

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

Shades of Neon Blue #5549E8

Tints of Neon Blue #5549E8

Color information

#5549E8 (or 0x5549E8) is unknown color: approx Neon Blue. HEX triplet: 55, 49 and E8. RGB value is (85,73,232). Sum of RGB (Red+Green+Blue) = 85+73+232=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #5549E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5549E8 is #AAB617. Grayscale: #5E5E5E. Windows color (decimal): -11187736 or 15223125. OLE color: 15223125.

HSL color Cylindrical-coordinate representation of color #5549E8: hue angle of 244.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5549E8 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8573232-
CMYK0.630.6900.09
HSL244.53º77.56%59.8%-
HSV(B)244.53º68.53%90.98%-
XYZ20.6912.5277.67-
YUV94.71205.48121.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 232 (91.02% from 255) = 59.49%
R=21.79%
G=18.72%
B=59.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85732320.630.6900.09244.5377.5659.8
Hex5549E83F4509f54e3c
Octal1251113507710501136511674
Binary1010101100100111101000111111100010101001111101011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549e8; }

 p { color: rgb(85,73,232); }

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

<style>
 a { background-color: #5549e8; }

 a { background-color: rgb(85,73,232); }

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

<style>
 span { border-color: #5549e8; }

 span { border-color: rgb(85,73,232); }

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