Shades of Neon Blue #514FFA
Tints of Neon Blue #514FFA
RGB
CMYK
RGB Variations
Color information
#514FFA (or 0x514FFA) is known color: Neon Blue. HEX triplet: 51, 4F and FA. RGB value is (81,79,250). Sum of RGB (Red+Green+Blue) = 81+79+250=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #514FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FFA is #AEB005. Grayscale: #626262. Windows color (decimal): -11448326 or 16404305. OLE color: 16404305.
HSL color Cylindrical-coordinate representation of color #514FFA: hue angle of 240.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514FFA is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 79 | 250 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.02 |
| HSL | 240.7º | 0.94% | 0.65% | - |
| HSV(B) | 240.7º | 0.68% | 0.98% | - |
| XYZ | 23.44 | 14.24 | 91.96 | - |
| YUV | 99.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 250 | 0.68 | 0.68 | 0 | 0.02 | 240.7 | 0.94 | 0.65 |
| Hex | 51 | 4F | FA | 44 | 44 | 0 | 2 | F1 | 5E | 41 |
| Octal | 121 | 117 | 372 | 104 | 104 | 0 | 2 | 361 | 136 | 101 |
| Binary | 1010001 | 1001111 | 11111010 | 1000100 | 1000100 | 0 | 10 | 11110001 | 1011110 | 1000001 |
Color Harmonies of #514FFA
Complementary color
Monochromatic Colors of #514FFA
Black with #514FFA
Text Example
Text Example
White with #514FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FFA; }
p { color: rgb(81,79,250); }
H1.HeaderClassName
{
color: #514FFA;
}
.AnyTagClassName
{
color: #514FFA;
}
</style>
background-color css
<style>
a { background-color: #514FFA; }
a { background-color: rgb(81,79,250); }
div.DivClassName
{
background-color: #514FFA;
}
.BgClassName
{
background-color: #514FFA;
}
</style>
border-color css
<style>
span { border-color: #514FFA; }
span { border-color: rgb(81,79,250); }
td.TdClassName
{
border-color: #514FFA;
}
.TagClassName
{
border-color: #514FFA;
}
</style>