Shades of Neon Blue #5166FC
Tints of Neon Blue #5166FC
RGB
CMYK
RGB Variations
Color information
#5166FC (or 0x5166FC) is known color: Neon Blue. HEX triplet: 51, 66 and FC. RGB value is (81,102,252). Sum of RGB (Red+Green+Blue) = 81+102+252=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #5166FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166FC is #AE9903. Grayscale: #707070. Windows color (decimal): -11442436 or 16541265. OLE color: 16541265.
HSL color Cylindrical-coordinate representation of color #5166FC: hue angle of 232.63º 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 #5166FC is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 102 | 252 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.01 |
| HSL | 232.63º | 0.97% | 0.65% | - |
| HSV(B) | 232.63º | 0.68% | 0.99% | - |
| XYZ | 25.72 | 18.28 | 94.27 | - |
| YUV | 112.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 252 | 0.68 | 0.60 | 0 | 0.01 | 232.63 | 0.97 | 0.65 |
| Hex | 51 | 66 | FC | 44 | 3C | 0 | 1 | E9 | 61 | 41 |
| Octal | 121 | 146 | 374 | 104 | 74 | 0 | 1 | 351 | 141 | 101 |
| Binary | 1010001 | 1100110 | 11111100 | 1000100 | 111100 | 0 | 1 | 11101001 | 1100001 | 1000001 |
Color Harmonies of #5166FC
Complementary color
Monochromatic Colors of #5166FC
Black with #5166FC
Text Example
Text Example
White with #5166FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166FC; }
p { color: rgb(81,102,252); }
H1.HeaderClassName
{
color: #5166FC;
}
.AnyTagClassName
{
color: #5166FC;
}
</style>
background-color css
<style>
a { background-color: #5166FC; }
a { background-color: rgb(81,102,252); }
div.DivClassName
{
background-color: #5166FC;
}
.BgClassName
{
background-color: #5166FC;
}
</style>
border-color css
<style>
span { border-color: #5166FC; }
span { border-color: rgb(81,102,252); }
td.TdClassName
{
border-color: #5166FC;
}
.TagClassName
{
border-color: #5166FC;
}
</style>