Shades of Neon Blue #514EFA
Tints of Neon Blue #514EFA
RGB
CMYK
RGB Variations
Color information
#514EFA (or 0x514EFA) is known color: Neon Blue. HEX triplet: 51, 4E and FA. RGB value is (81,78,250). Sum of RGB (Red+Green+Blue) = 81+78+250=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #514EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EFA is #AEB105. Grayscale: #616161. Windows color (decimal): -11448582 or 16404049. OLE color: 16404049.
HSL color Cylindrical-coordinate representation of color #514EFA: hue angle of 241.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514EFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 78 | 250 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.02 |
| HSL | 241.05º | 0.95% | 0.64% | - |
| HSV(B) | 241.05º | 0.69% | 0.98% | - |
| XYZ | 23.37 | 14.1 | 91.93 | - |
| YUV | 98.51 | 213.49 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 250 | 0.68 | 0.69 | 0 | 0.02 | 241.05 | 0.95 | 0.64 |
| Hex | 51 | 4E | FA | 44 | 45 | 0 | 2 | F1 | 5F | 40 |
| Octal | 121 | 116 | 372 | 104 | 105 | 0 | 2 | 361 | 137 | 100 |
| Binary | 1010001 | 1001110 | 11111010 | 1000100 | 1000101 | 0 | 10 | 11110001 | 1011111 | 1000000 |
Color Harmonies of #514EFA
Complementary color
Monochromatic Colors of #514EFA
Black with #514EFA
Text Example
Text Example
White with #514EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EFA; }
p { color: rgb(81,78,250); }
H1.HeaderClassName
{
color: #514EFA;
}
.AnyTagClassName
{
color: #514EFA;
}
</style>
background-color css
<style>
a { background-color: #514EFA; }
a { background-color: rgb(81,78,250); }
div.DivClassName
{
background-color: #514EFA;
}
.BgClassName
{
background-color: #514EFA;
}
</style>
border-color css
<style>
span { border-color: #514EFA; }
span { border-color: rgb(81,78,250); }
td.TdClassName
{
border-color: #514EFA;
}
.TagClassName
{
border-color: #514EFA;
}
</style>