Shades of Neon Blue #5169FF
Tints of Neon Blue #5169FF
RGB
CMYK
RGB Variations
Color information
#5169FF (or 0x5169FF) is known color: Neon Blue. HEX triplet: 51, 69 and FF. RGB value is (81,105,255). Sum of RGB (Red+Green+Blue) = 81+105+255=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #5169FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169FF is #AE9600. Grayscale: #727272. Windows color (decimal): -11441665 or 16738641. OLE color: 16738641.
HSL color Cylindrical-coordinate representation of color #5169FF: hue angle of 231.72º 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 #5169FF is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 105 | 255 | - |
| CMYK | 0.68 | 0.59 | 0 | 0 |
| HSL | 231.72º | 1% | 0.66% | - |
| HSV(B) | 231.72º | 0.68% | 1% | - |
| XYZ | 26.49 | 19.07 | 96.89 | - |
| YUV | 114.92 | 207.05 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 255 | 0.68 | 0.59 | 0 | 0 | 231.72 | 1 | 0.66 |
| Hex | 51 | 69 | FF | 44 | 3B | 0 | 0 | E8 | 64 | 42 |
| Octal | 121 | 151 | 377 | 104 | 73 | 0 | 0 | 350 | 144 | 102 |
| Binary | 1010001 | 1101001 | 11111111 | 1000100 | 111011 | 0 | 0 | 11101000 | 1100100 | 1000010 |
Color Harmonies of #5169FF
Complementary color
Monochromatic Colors of #5169FF
Black with #5169FF
Text Example
Text Example
White with #5169FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5169FF; }
p { color: rgb(81,105,255); }
H1.HeaderClassName
{
color: #5169FF;
}
.AnyTagClassName
{
color: #5169FF;
}
</style>
background-color css
<style>
a { background-color: #5169FF; }
a { background-color: rgb(81,105,255); }
div.DivClassName
{
background-color: #5169FF;
}
.BgClassName
{
background-color: #5169FF;
}
</style>
border-color css
<style>
span { border-color: #5169FF; }
span { border-color: rgb(81,105,255); }
td.TdClassName
{
border-color: #5169FF;
}
.TagClassName
{
border-color: #5169FF;
}
</style>