Shades of Neon Blue #5544FB
Tints of Neon Blue #5544FB
RGB
CMYK
RGB Variations
Color information
#5544FB (or 0x5544FB) is known color: Neon Blue. HEX triplet: 55, 44 and FB. RGB value is (85,68,251). Sum of RGB (Red+Green+Blue) = 85+68+251=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #5544FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5544FB is #AABB04. Grayscale: #5D5D5D. Windows color (decimal): -11188997 or 16467029. OLE color: 16467029.
HSL color Cylindrical-coordinate representation of color #5544FB: hue angle of 245.57º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5544FB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 68 | 251 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.02 |
| HSL | 245.57º | 0.96% | 0.63% | - |
| HSV(B) | 245.57º | 0.73% | 0.98% | - |
| XYZ | 23.23 | 13.03 | 92.56 | - |
| YUV | 93.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 251 | 0.66 | 0.73 | 0 | 0.02 | 245.57 | 0.96 | 0.63 |
| Hex | 55 | 44 | FB | 42 | 49 | 0 | 2 | F6 | 60 | 3F |
| Octal | 125 | 104 | 373 | 102 | 111 | 0 | 2 | 366 | 140 | 77 |
| Binary | 1010101 | 1000100 | 11111011 | 1000010 | 1001001 | 0 | 10 | 11110110 | 1100000 | 111111 |
Color Harmonies of #5544FB
Complementary color
Monochromatic Colors of #5544FB
Black with #5544FB
Text Example
Text Example
White with #5544FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544FB; }
p { color: rgb(85,68,251); }
H1.HeaderClassName
{
color: #5544FB;
}
.AnyTagClassName
{
color: #5544FB;
}
</style>
background-color css
<style>
a { background-color: #5544FB; }
a { background-color: rgb(85,68,251); }
div.DivClassName
{
background-color: #5544FB;
}
.BgClassName
{
background-color: #5544FB;
}
</style>
border-color css
<style>
span { border-color: #5544FB; }
span { border-color: rgb(85,68,251); }
td.TdClassName
{
border-color: #5544FB;
}
.TagClassName
{
border-color: #5544FB;
}
</style>