Shades of Neon Blue #5161FF
Tints of Neon Blue #5161FF
RGB
CMYK
RGB Variations
Color information
#5161FF (or 0x5161FF) is known color: Neon Blue. HEX triplet: 51, 61 and FF. RGB value is (81,97,255). Sum of RGB (Red+Green+Blue) = 81+97+255=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #5161FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5161FF is #AE9E00. Grayscale: #6D6D6D. Windows color (decimal): -11443713 or 16736593. OLE color: 16736593.
HSL color Cylindrical-coordinate representation of color #5161FF: hue angle of 234.48º 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 #5161FF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 97 | 255 | - |
| CMYK | 0.68 | 0.62 | 0 | 0 |
| HSL | 234.48º | 1% | 0.66% | - |
| HSV(B) | 234.48º | 0.68% | 1% | - |
| XYZ | 25.72 | 17.52 | 96.63 | - |
| YUV | 110.23 | 209.7 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 255 | 0.68 | 0.62 | 0 | 0 | 234.48 | 1 | 0.66 |
| Hex | 51 | 61 | FF | 44 | 3E | 0 | 0 | EA | 64 | 42 |
| Octal | 121 | 141 | 377 | 104 | 76 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010001 | 1100001 | 11111111 | 1000100 | 111110 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5161FF
Complementary color
Monochromatic Colors of #5161FF
Black with #5161FF
Text Example
Text Example
White with #5161FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5161FF; }
p { color: rgb(81,97,255); }
H1.HeaderClassName
{
color: #5161FF;
}
.AnyTagClassName
{
color: #5161FF;
}
</style>
background-color css
<style>
a { background-color: #5161FF; }
a { background-color: rgb(81,97,255); }
div.DivClassName
{
background-color: #5161FF;
}
.BgClassName
{
background-color: #5161FF;
}
</style>
border-color css
<style>
span { border-color: #5161FF; }
span { border-color: rgb(81,97,255); }
td.TdClassName
{
border-color: #5161FF;
}
.TagClassName
{
border-color: #5161FF;
}
</style>