#5547E9

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

Shades of Neon Blue #5547E9

Tints of Neon Blue #5547E9

Color information

#5547E9 (or 0x5547E9) is unknown color: approx Neon Blue. HEX triplet: 55, 47 and E9. RGB value is (85,71,233). Sum of RGB (Red+Green+Blue) = 85+71+233=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #5547E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547E9 is #AAB816. Grayscale: #5D5D5D. Windows color (decimal): -11188247 or 15288149. OLE color: 15288149.

HSL color Cylindrical-coordinate representation of color #5547E9: hue angle of 245.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5547E9 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8571233-
CMYK0.640.7000.09
HSL245.19º78.64%59.61%-
HSV(B)245.19º69.53%91.37%-
XYZ20.7112.3278.38-
YUV93.65206.64121.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 233 (91.41% from 255) = 59.90%
R=21.85%
G=18.25%
B=59.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85712330.640.7000.09245.1978.6459.61
Hex5547E9404609f54f3c
Octal12510735110010601136511774
Binary10101011000111111010011000000100011001001111101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5547E9; }

 p { color: rgb(85,71,233); }

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

<style>
 a { background-color: #5547E9; }

 a { background-color: rgb(85,71,233); }

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

<style>
 span { border-color: #5547E9; }

 span { border-color: rgb(85,71,233); }

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