Shades of Neon Blue #5551FD
Tints of Neon Blue #5551FD
RGB
CMYK
RGB Variations
Color information
#5551FD (or 0x5551FD) is known color: Neon Blue. HEX triplet: 55, 51 and FD. RGB value is (85,81,253). Sum of RGB (Red+Green+Blue) = 85+81+253=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #5551FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551FD is #AAAE02. Grayscale: #656565. Windows color (decimal): -11185667 or 16601429. OLE color: 16601429.
HSL color Cylindrical-coordinate representation of color #5551FD: hue angle of 241.4º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5551FD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 81 | 253 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.01 |
| HSL | 241.4º | 0.98% | 0.65% | - |
| HSV(B) | 241.4º | 0.68% | 0.99% | - |
| XYZ | 24.42 | 14.91 | 94.52 | - |
| YUV | 101.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 253 | 0.66 | 0.68 | 0 | 0.01 | 241.4 | 0.98 | 0.65 |
| Hex | 55 | 51 | FD | 42 | 44 | 0 | 1 | F1 | 62 | 41 |
| Octal | 125 | 121 | 375 | 102 | 104 | 0 | 1 | 361 | 142 | 101 |
| Binary | 1010101 | 1010001 | 11111101 | 1000010 | 1000100 | 0 | 1 | 11110001 | 1100010 | 1000001 |
Color Harmonies of #5551FD
Complementary color
Monochromatic Colors of #5551FD
Black with #5551FD
Text Example
Text Example
White with #5551FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551FD; }
p { color: rgb(85,81,253); }
H1.HeaderClassName
{
color: #5551FD;
}
.AnyTagClassName
{
color: #5551FD;
}
</style>
background-color css
<style>
a { background-color: #5551FD; }
a { background-color: rgb(85,81,253); }
div.DivClassName
{
background-color: #5551FD;
}
.BgClassName
{
background-color: #5551FD;
}
</style>
border-color css
<style>
span { border-color: #5551FD; }
span { border-color: rgb(85,81,253); }
td.TdClassName
{
border-color: #5551FD;
}
.TagClassName
{
border-color: #5551FD;
}
</style>