Shades of Neon Blue #514DED
Tints of Neon Blue #514DED
RGB
CMYK
RGB Variations
Color information
#514DED (or 0x514DED) is known color: Neon Blue. HEX triplet: 51, 4D and ED. RGB value is (81,77,237). Sum of RGB (Red+Green+Blue) = 81+77+237=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #514DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DED is #AEB212. Grayscale: #5F5F5F. Windows color (decimal): -11448851 or 15551825. OLE color: 15551825.
HSL color Cylindrical-coordinate representation of color #514DED: hue angle of 241.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514DED is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 77 | 237 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.07 |
| HSL | 241.5º | 0.82% | 0.62% | - |
| HSV(B) | 241.5º | 0.68% | 0.93% | - |
| XYZ | 21.33 | 13.17 | 81.54 | - |
| YUV | 96.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 237 | 0.66 | 0.68 | 0 | 0.07 | 241.5 | 0.82 | 0.62 |
| Hex | 51 | 4D | ED | 42 | 44 | 0 | 7 | F2 | 52 | 3E |
| Octal | 121 | 115 | 355 | 102 | 104 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010001 | 1001101 | 11101101 | 1000010 | 1000100 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #514DED
Complementary color
Monochromatic Colors of #514DED
Black with #514DED
Text Example
Text Example
White with #514DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DED; }
p { color: rgb(81,77,237); }
H1.HeaderClassName
{
color: #514DED;
}
.AnyTagClassName
{
color: #514DED;
}
</style>
background-color css
<style>
a { background-color: #514DED; }
a { background-color: rgb(81,77,237); }
div.DivClassName
{
background-color: #514DED;
}
.BgClassName
{
background-color: #514DED;
}
</style>
border-color css
<style>
span { border-color: #514DED; }
span { border-color: rgb(81,77,237); }
td.TdClassName
{
border-color: #514DED;
}
.TagClassName
{
border-color: #514DED;
}
</style>