Shades of Neon Blue #5542FC
Tints of Neon Blue #5542FC
RGB
CMYK
RGB Variations
Color information
#5542FC (or 0x5542FC) is known color: Neon Blue. HEX triplet: 55, 42 and FC. RGB value is (85,66,252). Sum of RGB (Red+Green+Blue) = 85+66+252=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #5542FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5542FC is #AABD03. Grayscale: #5C5C5C. Windows color (decimal): -11189508 or 16532053. OLE color: 16532053.
HSL color Cylindrical-coordinate representation of color #5542FC: hue angle of 246.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5542FC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 66 | 252 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.01 |
| HSL | 246.13º | 0.97% | 0.62% | - |
| HSV(B) | 246.13º | 0.74% | 0.99% | - |
| XYZ | 23.27 | 12.86 | 93.35 | - |
| YUV | 92.89 | 217.79 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 252 | 0.66 | 0.74 | 0 | 0.01 | 246.13 | 0.97 | 0.62 |
| Hex | 55 | 42 | FC | 42 | 4A | 0 | 1 | F6 | 61 | 3E |
| Octal | 125 | 102 | 374 | 102 | 112 | 0 | 1 | 366 | 141 | 76 |
| Binary | 1010101 | 1000010 | 11111100 | 1000010 | 1001010 | 0 | 1 | 11110110 | 1100001 | 111110 |
Color Harmonies of #5542FC
Complementary color
Monochromatic Colors of #5542FC
Black with #5542FC
Text Example
Text Example
White with #5542FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5542FC; }
p { color: rgb(85,66,252); }
H1.HeaderClassName
{
color: #5542FC;
}
.AnyTagClassName
{
color: #5542FC;
}
</style>
background-color css
<style>
a { background-color: #5542FC; }
a { background-color: rgb(85,66,252); }
div.DivClassName
{
background-color: #5542FC;
}
.BgClassName
{
background-color: #5542FC;
}
</style>
border-color css
<style>
span { border-color: #5542FC; }
span { border-color: rgb(85,66,252); }
td.TdClassName
{
border-color: #5542FC;
}
.TagClassName
{
border-color: #5542FC;
}
</style>