Shades of Neon Blue #5546FF
Tints of Neon Blue #5546FF
RGB
CMYK
RGB Variations
Color information
#5546FF (or 0x5546FF) is known color: Neon Blue. HEX triplet: 55, 46 and FF. RGB value is (85,70,255). Sum of RGB (Red+Green+Blue) = 85+70+255=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #5546FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5546FF is #AAB900. Grayscale: #5E5E5E. Windows color (decimal): -11188481 or 16729685. OLE color: 16729685.
HSL color Cylindrical-coordinate representation of color #5546FF: hue angle of 244.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5546FF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 70 | 255 | - |
| CMYK | 0.67 | 0.73 | 0 | 0 |
| HSL | 244.86º | 1% | 0.64% | - |
| HSV(B) | 244.86º | 0.73% | 1% | - |
| XYZ | 23.99 | 13.53 | 95.96 | - |
| YUV | 95.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 255 | 0.67 | 0.73 | 0 | 0 | 244.86 | 1 | 0.64 |
| Hex | 55 | 46 | FF | 43 | 49 | 0 | 0 | F5 | 64 | 40 |
| Octal | 125 | 106 | 377 | 103 | 111 | 0 | 0 | 365 | 144 | 100 |
| Binary | 1010101 | 1000110 | 11111111 | 1000011 | 1001001 | 0 | 0 | 11110101 | 1100100 | 1000000 |
Color Harmonies of #5546FF
Complementary color
Monochromatic Colors of #5546FF
Black with #5546FF
Text Example
Text Example
White with #5546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5546FF; }
p { color: rgb(85,70,255); }
H1.HeaderClassName
{
color: #5546FF;
}
.AnyTagClassName
{
color: #5546FF;
}
</style>
background-color css
<style>
a { background-color: #5546FF; }
a { background-color: rgb(85,70,255); }
div.DivClassName
{
background-color: #5546FF;
}
.BgClassName
{
background-color: #5546FF;
}
</style>
border-color css
<style>
span { border-color: #5546FF; }
span { border-color: rgb(85,70,255); }
td.TdClassName
{
border-color: #5546FF;
}
.TagClassName
{
border-color: #5546FF;
}
</style>