#5546EA

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

Shades of Neon Blue #5546EA

Tints of Neon Blue #5546EA

Color information

#5546EA (or 0x5546EA) is unknown color: approx Neon Blue. HEX triplet: 55, 46 and EA. RGB value is (85,70,234). Sum of RGB (Red+Green+Blue) = 85+70+234=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #5546EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5546EA is #AAB915. Grayscale: #5C5C5C. Windows color (decimal): -11188502 or 15353429. OLE color: 15353429.

HSL color Cylindrical-coordinate representation of color #5546EA: hue angle of 245.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5546EA is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8570234-
CMYK0.640.7000.08
HSL245.49º79.61%59.61%-
HSV(B)245.49º70.09%91.76%-
XYZ20.7912.2579.11-
YUV93.18207.47122.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 234 (91.80% from 255) = 60.15%
R=21.85%
G=17.99%
B=60.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85702340.640.7000.08245.4979.6159.61
Hex5546EA404608f5503c
Octal12510635210010601036512074
Binary10101011000110111010101000000100011001000111101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5546EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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