#5546E2

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

Shades of Neon Blue #5546E2

Tints of Neon Blue #5546E2

Color information

#5546E2 (or 0x5546E2) is unknown color: approx Neon Blue. HEX triplet: 55, 46 and E2. RGB value is (85,70,226). Sum of RGB (Red+Green+Blue) = 85+70+226=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 226 (88.67% from 255 or 59.32% from 381); Max value from RGB is 226 - color contains mainly: blue. Hex color #5546E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5546E2 is #AAB91D. Grayscale: #5B5B5B. Windows color (decimal): -11188510 or 14829141. OLE color: 14829141.

HSL color Cylindrical-coordinate representation of color #5546E2: hue angle of 245.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5546E2 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8570226-
CMYK0.620.6900.11
HSL245.77º72.9%58.04%-
HSV(B)245.77º69.03%88.63%-
XYZ19.6611.873.19-
YUV92.27203.47122.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 226 (88.67% from 255) = 59.32%
R=22.31%
G=18.37%
B=59.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85702260.620.6900.11245.7772.958.04
Hex5546E23E450Bf6493a
Octal1251063427610501336611172
Binary1010101100011011100010111110100010101011111101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5546E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5546E2; }

 p { color: rgb(85,70,226); }

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

<style>
 a { background-color: #5546E2; }

 a { background-color: rgb(85,70,226); }

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

<style>
 span { border-color: #5546E2; }

 span { border-color: rgb(85,70,226); }

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