Shades of Neon Blue #514DEC
Tints of Neon Blue #514DEC
RGB
CMYK
RGB Variations
Color information
#514DEC (or 0x514DEC) is known color: Neon Blue. HEX triplet: 51, 4D and EC. RGB value is (81,77,236). Sum of RGB (Red+Green+Blue) = 81+77+236=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #514DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DEC is #AEB213. Grayscale: #5F5F5F. Windows color (decimal): -11448852 or 15486289. OLE color: 15486289.
HSL color Cylindrical-coordinate representation of color #514DEC: hue angle of 241.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514DEC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 77 | 236 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.07 |
| HSL | 241.51º | 0.81% | 0.61% | - |
| HSV(B) | 241.51º | 0.67% | 0.93% | - |
| XYZ | 21.19 | 13.11 | 80.77 | - |
| YUV | 96.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 236 | 0.66 | 0.67 | 0 | 0.07 | 241.51 | 0.81 | 0.61 |
| Hex | 51 | 4D | EC | 42 | 43 | 0 | 7 | F2 | 51 | 3D |
| Octal | 121 | 115 | 354 | 102 | 103 | 0 | 7 | 362 | 121 | 75 |
| Binary | 1010001 | 1001101 | 11101100 | 1000010 | 1000011 | 0 | 111 | 11110010 | 1010001 | 111101 |
Color Harmonies of #514DEC
Complementary color
Monochromatic Colors of #514DEC
Black with #514DEC
Text Example
Text Example
White with #514DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DEC; }
p { color: rgb(81,77,236); }
H1.HeaderClassName
{
color: #514DEC;
}
.AnyTagClassName
{
color: #514DEC;
}
</style>
background-color css
<style>
a { background-color: #514DEC; }
a { background-color: rgb(81,77,236); }
div.DivClassName
{
background-color: #514DEC;
}
.BgClassName
{
background-color: #514DEC;
}
</style>
border-color css
<style>
span { border-color: #514DEC; }
span { border-color: rgb(81,77,236); }
td.TdClassName
{
border-color: #514DEC;
}
.TagClassName
{
border-color: #514DEC;
}
</style>