Shades of Neon Blue #514CED
Tints of Neon Blue #514CED
RGB
CMYK
RGB Variations
Color information
#514CED (or 0x514CED) is known color: Neon Blue. HEX triplet: 51, 4C and ED. RGB value is (81,76,237). Sum of RGB (Red+Green+Blue) = 81+76+237=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #514CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CED is #AEB312. Grayscale: #5F5F5F. Windows color (decimal): -11449107 or 15551569. OLE color: 15551569.
HSL color Cylindrical-coordinate representation of color #514CED: hue angle of 241.86º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514CED is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 76 | 237 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.07 |
| HSL | 241.86º | 0.82% | 0.61% | - |
| HSV(B) | 241.86º | 0.68% | 0.93% | - |
| XYZ | 21.26 | 13.03 | 81.52 | - |
| YUV | 95.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 237 | 0.66 | 0.68 | 0 | 0.07 | 241.86 | 0.82 | 0.61 |
| Hex | 51 | 4C | ED | 42 | 44 | 0 | 7 | F2 | 52 | 3D |
| Octal | 121 | 114 | 355 | 102 | 104 | 0 | 7 | 362 | 122 | 75 |
| Binary | 1010001 | 1001100 | 11101101 | 1000010 | 1000100 | 0 | 111 | 11110010 | 1010010 | 111101 |
Color Harmonies of #514CED
Complementary color
Monochromatic Colors of #514CED
Black with #514CED
Text Example
Text Example
White with #514CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CED; }
p { color: rgb(81,76,237); }
H1.HeaderClassName
{
color: #514CED;
}
.AnyTagClassName
{
color: #514CED;
}
</style>
background-color css
<style>
a { background-color: #514CED; }
a { background-color: rgb(81,76,237); }
div.DivClassName
{
background-color: #514CED;
}
.BgClassName
{
background-color: #514CED;
}
</style>
border-color css
<style>
span { border-color: #514CED; }
span { border-color: rgb(81,76,237); }
td.TdClassName
{
border-color: #514CED;
}
.TagClassName
{
border-color: #514CED;
}
</style>