Shades of Neon Blue #516BFD
Tints of Neon Blue #516BFD
RGB
CMYK
RGB Variations
Color information
#516BFD (or 0x516BFD) is known color: Neon Blue. HEX triplet: 51, 6B and FD. RGB value is (81,107,253). Sum of RGB (Red+Green+Blue) = 81+107+253=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #516BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BFD is #AE9402. Grayscale: #737373. Windows color (decimal): -11441155 or 16608081. OLE color: 16608081.
HSL color Cylindrical-coordinate representation of color #516BFD: hue angle of 230.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516BFD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 107 | 253 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.01 |
| HSL | 230.93º | 0.98% | 0.65% | - |
| HSV(B) | 230.93º | 0.68% | 0.99% | - |
| XYZ | 26.38 | 19.36 | 95.27 | - |
| YUV | 115.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 253 | 0.68 | 0.58 | 0 | 0.01 | 230.93 | 0.98 | 0.65 |
| Hex | 51 | 6B | FD | 44 | 3A | 0 | 1 | E7 | 62 | 41 |
| Octal | 121 | 153 | 375 | 104 | 72 | 0 | 1 | 347 | 142 | 101 |
| Binary | 1010001 | 1101011 | 11111101 | 1000100 | 111010 | 0 | 1 | 11100111 | 1100010 | 1000001 |
Color Harmonies of #516BFD
Complementary color
Monochromatic Colors of #516BFD
Black with #516BFD
Text Example
Text Example
White with #516BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BFD; }
p { color: rgb(81,107,253); }
H1.HeaderClassName
{
color: #516BFD;
}
.AnyTagClassName
{
color: #516BFD;
}
</style>
background-color css
<style>
a { background-color: #516BFD; }
a { background-color: rgb(81,107,253); }
div.DivClassName
{
background-color: #516BFD;
}
.BgClassName
{
background-color: #516BFD;
}
</style>
border-color css
<style>
span { border-color: #516BFD; }
span { border-color: rgb(81,107,253); }
td.TdClassName
{
border-color: #516BFD;
}
.TagClassName
{
border-color: #516BFD;
}
</style>