Shades of Neon Blue #5551FC
Tints of Neon Blue #5551FC
RGB
CMYK
RGB Variations
Color information
#5551FC (or 0x5551FC) is known color: Neon Blue. HEX triplet: 55, 51 and FC. RGB value is (85,81,252). Sum of RGB (Red+Green+Blue) = 85+81+252=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #5551FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551FC is #AAAE03. Grayscale: #656565. Windows color (decimal): -11185668 or 16535893. OLE color: 16535893.
HSL color Cylindrical-coordinate representation of color #5551FC: hue angle of 241.4º degrees, saturation: 0.97, 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 #5551FC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 81 | 252 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.01 |
| HSL | 241.4º | 0.97% | 0.65% | - |
| HSV(B) | 241.4º | 0.68% | 0.99% | - |
| XYZ | 24.26 | 14.84 | 93.68 | - |
| YUV | 101.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 252 | 0.66 | 0.68 | 0 | 0.01 | 241.4 | 0.97 | 0.65 |
| Hex | 55 | 51 | FC | 42 | 44 | 0 | 1 | F1 | 61 | 41 |
| Octal | 125 | 121 | 374 | 102 | 104 | 0 | 1 | 361 | 141 | 101 |
| Binary | 1010101 | 1010001 | 11111100 | 1000010 | 1000100 | 0 | 1 | 11110001 | 1100001 | 1000001 |
Color Harmonies of #5551FC
Complementary color
Monochromatic Colors of #5551FC
Black with #5551FC
Text Example
Text Example
White with #5551FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551FC; }
p { color: rgb(85,81,252); }
H1.HeaderClassName
{
color: #5551FC;
}
.AnyTagClassName
{
color: #5551FC;
}
</style>
background-color css
<style>
a { background-color: #5551FC; }
a { background-color: rgb(85,81,252); }
div.DivClassName
{
background-color: #5551FC;
}
.BgClassName
{
background-color: #5551FC;
}
</style>
border-color css
<style>
span { border-color: #5551FC; }
span { border-color: rgb(85,81,252); }
td.TdClassName
{
border-color: #5551FC;
}
.TagClassName
{
border-color: #5551FC;
}
</style>