Shades of Neon Blue #516BFF
Tints of Neon Blue #516BFF
RGB
CMYK
RGB Variations
Color information
#516BFF (or 0x516BFF) is known color: Neon Blue. HEX triplet: 51, 6B and FF. RGB value is (81,107,255). Sum of RGB (Red+Green+Blue) = 81+107+255=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #516BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BFF is #AE9400. Grayscale: #737373. Windows color (decimal): -11441153 or 16739153. OLE color: 16739153.
HSL color Cylindrical-coordinate representation of color #516BFF: hue angle of 231.03º 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 #516BFF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 107 | 255 | - |
| CMYK | 0.68 | 0.58 | 0 | 0 |
| HSL | 231.03º | 1% | 0.66% | - |
| HSV(B) | 231.03º | 0.68% | 1% | - |
| XYZ | 26.7 | 19.48 | 96.96 | - |
| YUV | 116.1 | 206.39 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 255 | 0.68 | 0.58 | 0 | 0 | 231.03 | 1 | 0.66 |
| Hex | 51 | 6B | FF | 44 | 3A | 0 | 0 | E7 | 64 | 42 |
| Octal | 121 | 153 | 377 | 104 | 72 | 0 | 0 | 347 | 144 | 102 |
| Binary | 1010001 | 1101011 | 11111111 | 1000100 | 111010 | 0 | 0 | 11100111 | 1100100 | 1000010 |
Color Harmonies of #516BFF
Complementary color
Monochromatic Colors of #516BFF
Black with #516BFF
Text Example
Text Example
White with #516BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BFF; }
p { color: rgb(81,107,255); }
H1.HeaderClassName
{
color: #516BFF;
}
.AnyTagClassName
{
color: #516BFF;
}
</style>
background-color css
<style>
a { background-color: #516BFF; }
a { background-color: rgb(81,107,255); }
div.DivClassName
{
background-color: #516BFF;
}
.BgClassName
{
background-color: #516BFF;
}
</style>
border-color css
<style>
span { border-color: #516BFF; }
span { border-color: rgb(81,107,255); }
td.TdClassName
{
border-color: #516BFF;
}
.TagClassName
{
border-color: #516BFF;
}
</style>