Shades of Neon Blue #5166FF
Tints of Neon Blue #5166FF
RGB
CMYK
RGB Variations
Color information
#5166FF (or 0x5166FF) is known color: Neon Blue. HEX triplet: 51, 66 and FF. RGB value is (81,102,255). Sum of RGB (Red+Green+Blue) = 81+102+255=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5166FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166FF is #AE9900. Grayscale: #707070. Windows color (decimal): -11442433 or 16737873. OLE color: 16737873.
HSL color Cylindrical-coordinate representation of color #5166FF: hue angle of 232.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5166FF is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 102 | 255 | - |
| CMYK | 0.68 | 0.6 | 0 | 0 |
| HSL | 232.76º | 1% | 0.66% | - |
| HSV(B) | 232.76º | 0.68% | 1% | - |
| XYZ | 26.19 | 18.47 | 96.79 | - |
| YUV | 113.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 255 | 0.68 | 0.6 | 0 | 0 | 232.76 | 1 | 0.66 |
| Hex | 51 | 66 | FF | 44 | 3C | 0 | 0 | E9 | 64 | 42 |
| Octal | 121 | 146 | 377 | 104 | 74 | 0 | 0 | 351 | 144 | 102 |
| Binary | 1010001 | 1100110 | 11111111 | 1000100 | 111100 | 0 | 0 | 11101001 | 1100100 | 1000010 |
Color Harmonies of #5166FF
Complementary color
Monochromatic Colors of #5166FF
Black with #5166FF
Text Example
Text Example
White with #5166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166FF; }
p { color: rgb(81,102,255); }
H1.HeaderClassName
{
color: #5166FF;
}
.AnyTagClassName
{
color: #5166FF;
}
</style>
background-color css
<style>
a { background-color: #5166FF; }
a { background-color: rgb(81,102,255); }
div.DivClassName
{
background-color: #5166FF;
}
.BgClassName
{
background-color: #5166FF;
}
</style>
border-color css
<style>
span { border-color: #5166FF; }
span { border-color: rgb(81,102,255); }
td.TdClassName
{
border-color: #5166FF;
}
.TagClassName
{
border-color: #5166FF;
}
</style>