#5542F0

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

Shades of Neon Blue #5542F0

Tints of Neon Blue #5542F0

Color information

#5542F0 (or 0x5542F0) is unknown color: approx Neon Blue. HEX triplet: 55, 42 and F0. RGB value is (85,66,240). Sum of RGB (Red+Green+Blue) = 85+66+240=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #5542F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5542F0 is #AABD0F. Grayscale: #5A5A5A. Windows color (decimal): -11189520 or 15745621. OLE color: 15745621.

HSL color Cylindrical-coordinate representation of color #5542F0: hue angle of 246.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5542F0 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8566240-
CMYK0.650.7200.06
HSL246.55º85.29%60%-
HSV(B)246.55º72.5%94.12%-
XYZ21.4212.1283.65-
YUV91.52211.79123.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 240 (94.14% from 255) = 61.38%
R=21.74%
G=16.88%
B=61.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal85662400.650.7200.06246.5585.2960
Hex5542F0414806f7553c
Octal1251023601011100636712574
Binary1010101100001011110000100000110010000110111101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5542F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5542F0; }

 p { color: rgb(85,66,240); }

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

<style>
 a { background-color: #5542F0; }

 a { background-color: rgb(85,66,240); }

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

<style>
 span { border-color: #5542F0; }

 span { border-color: rgb(85,66,240); }

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