Shades of Neon Blue #5547F6
Tints of Neon Blue #5547F6
RGB
CMYK
RGB Variations
Color information
#5547F6 (or 0x5547F6) is known color: Neon Blue. HEX triplet: 55, 47 and F6. RGB value is (85,71,246). Sum of RGB (Red+Green+Blue) = 85+71+246=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #5547F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547F6 is #AAB809. Grayscale: #5E5E5E. Windows color (decimal): -11188234 or 16140117. OLE color: 16140117.
HSL color Cylindrical-coordinate representation of color #5547F6: hue angle of 244.8º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5547F6 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 71 | 246 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.04 |
| HSL | 244.8º | 0.91% | 0.62% | - |
| HSV(B) | 244.8º | 0.71% | 0.96% | - |
| XYZ | 22.63 | 13.09 | 88.52 | - |
| YUV | 95.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 246 | 0.65 | 0.71 | 0 | 0.04 | 244.8 | 0.91 | 0.62 |
| Hex | 55 | 47 | F6 | 41 | 47 | 0 | 4 | F5 | 5B | 3E |
| Octal | 125 | 107 | 366 | 101 | 107 | 0 | 4 | 365 | 133 | 76 |
| Binary | 1010101 | 1000111 | 11110110 | 1000001 | 1000111 | 0 | 100 | 11110101 | 1011011 | 111110 |
Color Harmonies of #5547F6
Complementary color
Monochromatic Colors of #5547F6
Black with #5547F6
Text Example
Text Example
White with #5547F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547F6; }
p { color: rgb(85,71,246); }
H1.HeaderClassName
{
color: #5547F6;
}
.AnyTagClassName
{
color: #5547F6;
}
</style>
background-color css
<style>
a { background-color: #5547F6; }
a { background-color: rgb(85,71,246); }
div.DivClassName
{
background-color: #5547F6;
}
.BgClassName
{
background-color: #5547F6;
}
</style>
border-color css
<style>
span { border-color: #5547F6; }
span { border-color: rgb(85,71,246); }
td.TdClassName
{
border-color: #5547F6;
}
.TagClassName
{
border-color: #5547F6;
}
</style>