Shades of Neon Blue #514EEC
Tints of Neon Blue #514EEC
RGB
CMYK
RGB Variations
Color information
#514EEC (or 0x514EEC) is known color: Neon Blue. HEX triplet: 51, 4E and EC. RGB value is (81,78,236). Sum of RGB (Red+Green+Blue) = 81+78+236=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #514EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEC is #AEB113. Grayscale: #606060. Windows color (decimal): -11448596 or 15486545. OLE color: 15486545.
HSL color Cylindrical-coordinate representation of color #514EEC: hue angle of 241.14º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 78 | 236 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.07 |
| HSL | 241.14º | 0.81% | 0.62% | - |
| HSV(B) | 241.14º | 0.67% | 0.93% | - |
| XYZ | 21.26 | 13.25 | 80.79 | - |
| YUV | 96.91 | 206.49 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 236 | 0.66 | 0.67 | 0 | 0.07 | 241.14 | 0.81 | 0.62 |
| Hex | 51 | 4E | EC | 42 | 43 | 0 | 7 | F1 | 51 | 3E |
| Octal | 121 | 116 | 354 | 102 | 103 | 0 | 7 | 361 | 121 | 76 |
| Binary | 1010001 | 1001110 | 11101100 | 1000010 | 1000011 | 0 | 111 | 11110001 | 1010001 | 111110 |
Color Harmonies of #514EEC
Complementary color
Monochromatic Colors of #514EEC
Black with #514EEC
Text Example
Text Example
White with #514EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EEC; }
p { color: rgb(81,78,236); }
H1.HeaderClassName
{
color: #514EEC;
}
.AnyTagClassName
{
color: #514EEC;
}
</style>
background-color css
<style>
a { background-color: #514EEC; }
a { background-color: rgb(81,78,236); }
div.DivClassName
{
background-color: #514EEC;
}
.BgClassName
{
background-color: #514EEC;
}
</style>
border-color css
<style>
span { border-color: #514EEC; }
span { border-color: rgb(81,78,236); }
td.TdClassName
{
border-color: #514EEC;
}
.TagClassName
{
border-color: #514EEC;
}
</style>