Shades of Neon Blue #516AFE
Tints of Neon Blue #516AFE
RGB
CMYK
RGB Variations
Color information
#516AFE (or 0x516AFE) is known color: Neon Blue. HEX triplet: 51, 6A and FE. RGB value is (81,106,254). Sum of RGB (Red+Green+Blue) = 81+106+254=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #516AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516AFE is #AE9501. Grayscale: #727272. Windows color (decimal): -11441410 or 16673361. OLE color: 16673361.
HSL color Cylindrical-coordinate representation of color #516AFE: hue angle of 231.33º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516AFE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 106 | 254 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.00 |
| HSL | 231.33º | 0.99% | 0.66% | - |
| HSV(B) | 231.33º | 0.68% | 1% | - |
| XYZ | 26.44 | 19.21 | 96.08 | - |
| YUV | 115.4 | 206.22 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 254 | 0.68 | 0.58 | 0 | 0.00 | 231.33 | 0.99 | 0.66 |
| Hex | 51 | 6A | FE | 44 | 3A | 0 | 0 | E7 | 63 | 42 |
| Octal | 121 | 152 | 376 | 104 | 72 | 0 | 0 | 347 | 143 | 102 |
| Binary | 1010001 | 1101010 | 11111110 | 1000100 | 111010 | 0 | 0 | 11100111 | 1100011 | 1000010 |
Color Harmonies of #516AFE
Complementary color
Monochromatic Colors of #516AFE
Black with #516AFE
Text Example
Text Example
White with #516AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AFE; }
p { color: rgb(81,106,254); }
H1.HeaderClassName
{
color: #516AFE;
}
.AnyTagClassName
{
color: #516AFE;
}
</style>
background-color css
<style>
a { background-color: #516AFE; }
a { background-color: rgb(81,106,254); }
div.DivClassName
{
background-color: #516AFE;
}
.BgClassName
{
background-color: #516AFE;
}
</style>
border-color css
<style>
span { border-color: #516AFE; }
span { border-color: rgb(81,106,254); }
td.TdClassName
{
border-color: #516AFE;
}
.TagClassName
{
border-color: #516AFE;
}
</style>