Shades of Neon Blue #5548F9
Tints of Neon Blue #5548F9
RGB
CMYK
RGB Variations
Color information
#5548F9 (or 0x5548F9) is known color: Neon Blue. HEX triplet: 55, 48 and F9. RGB value is (85,72,249). Sum of RGB (Red+Green+Blue) = 85+72+249=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #5548F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5548F9 is #AAB706. Grayscale: #5F5F5F. Windows color (decimal): -11187975 or 16336981. OLE color: 16336981.
HSL color Cylindrical-coordinate representation of color #5548F9: hue angle of 244.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5548F9 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 72 | 249 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.02 |
| HSL | 244.41º | 0.94% | 0.63% | - |
| HSV(B) | 244.41º | 0.71% | 0.98% | - |
| XYZ | 23.16 | 13.41 | 90.99 | - |
| YUV | 96.07 | 214.31 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 249 | 0.66 | 0.71 | 0 | 0.02 | 244.41 | 0.94 | 0.63 |
| Hex | 55 | 48 | F9 | 42 | 47 | 0 | 2 | F4 | 5E | 3F |
| Octal | 125 | 110 | 371 | 102 | 107 | 0 | 2 | 364 | 136 | 77 |
| Binary | 1010101 | 1001000 | 11111001 | 1000010 | 1000111 | 0 | 10 | 11110100 | 1011110 | 111111 |
Color Harmonies of #5548F9
Complementary color
Monochromatic Colors of #5548F9
Black with #5548F9
Text Example
Text Example
White with #5548F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5548F9; }
p { color: rgb(85,72,249); }
H1.HeaderClassName
{
color: #5548F9;
}
.AnyTagClassName
{
color: #5548F9;
}
</style>
background-color css
<style>
a { background-color: #5548F9; }
a { background-color: rgb(85,72,249); }
div.DivClassName
{
background-color: #5548F9;
}
.BgClassName
{
background-color: #5548F9;
}
</style>
border-color css
<style>
span { border-color: #5548F9; }
span { border-color: rgb(85,72,249); }
td.TdClassName
{
border-color: #5548F9;
}
.TagClassName
{
border-color: #5548F9;
}
</style>