Shades of Neon Blue #513EDD
Tints of Neon Blue #513EDD
RGB
CMYK
RGB Variations
Color information
#513EDD (or 0x513EDD) is known color: Neon Blue. HEX triplet: 51, 3E and DD. RGB value is (81,62,221). Sum of RGB (Red+Green+Blue) = 81+62+221=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #513EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EDD is #AEC122. Grayscale: #555555. Windows color (decimal): -11452707 or 14499409. OLE color: 14499409.
HSL color Cylindrical-coordinate representation of color #513EDD: hue angle of 247.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513EDD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 62 | 221 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.17º | 0.7% | 0.55% | - |
| HSV(B) | 247.17º | 0.72% | 0.87% | - |
| XYZ | 18.17 | 10.42 | 69.46 | - |
| YUV | 85.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 221 | 0.63 | 0.72 | 0 | 0.13 | 247.17 | 0.7 | 0.55 |
| Hex | 51 | 3E | DD | 3F | 48 | 0 | D | F7 | 46 | 37 |
| Octal | 121 | 76 | 335 | 77 | 110 | 0 | 15 | 367 | 106 | 67 |
| Binary | 1010001 | 111110 | 11011101 | 111111 | 1001000 | 0 | 1101 | 11110111 | 1000110 | 110111 |
Color Harmonies of #513EDD
Complementary color
Monochromatic Colors of #513EDD
Black with #513EDD
Text Example
Text Example
White with #513EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513EDD; }
p { color: rgb(81,62,221); }
H1.HeaderClassName
{
color: #513EDD;
}
.AnyTagClassName
{
color: #513EDD;
}
</style>
background-color css
<style>
a { background-color: #513EDD; }
a { background-color: rgb(81,62,221); }
div.DivClassName
{
background-color: #513EDD;
}
.BgClassName
{
background-color: #513EDD;
}
</style>
border-color css
<style>
span { border-color: #513EDD; }
span { border-color: rgb(81,62,221); }
td.TdClassName
{
border-color: #513EDD;
}
.TagClassName
{
border-color: #513EDD;
}
</style>