Shades of Neon Blue #513ADD
Tints of Neon Blue #513ADD
RGB
CMYK
RGB Variations
Color information
#513ADD (or 0x513ADD) is known color: Neon Blue. HEX triplet: 51, 3A and DD. RGB value is (81,58,221). Sum of RGB (Red+Green+Blue) = 81+58+221=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #513ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ADD is #AEC522. Grayscale: #525252. Windows color (decimal): -11453731 or 14498385. OLE color: 14498385.
HSL color Cylindrical-coordinate representation of color #513ADD: hue angle of 248.47º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513ADD is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 58 | 221 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 248.47º | 0.71% | 0.55% | - |
| HSV(B) | 248.47º | 0.74% | 0.87% | - |
| XYZ | 17.96 | 10 | 69.39 | - |
| YUV | 83.46 | 205.62 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 221 | 0.63 | 0.74 | 0 | 0.13 | 248.47 | 0.71 | 0.55 |
| Hex | 51 | 3A | DD | 3F | 4A | 0 | D | F8 | 47 | 37 |
| Octal | 121 | 72 | 335 | 77 | 112 | 0 | 15 | 370 | 107 | 67 |
| Binary | 1010001 | 111010 | 11011101 | 111111 | 1001010 | 0 | 1101 | 11111000 | 1000111 | 110111 |
Color Harmonies of #513ADD
Complementary color
Monochromatic Colors of #513ADD
Black with #513ADD
Text Example
Text Example
White with #513ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ADD; }
p { color: rgb(81,58,221); }
H1.HeaderClassName
{
color: #513ADD;
}
.AnyTagClassName
{
color: #513ADD;
}
</style>
background-color css
<style>
a { background-color: #513ADD; }
a { background-color: rgb(81,58,221); }
div.DivClassName
{
background-color: #513ADD;
}
.BgClassName
{
background-color: #513ADD;
}
</style>
border-color css
<style>
span { border-color: #513ADD; }
span { border-color: rgb(81,58,221); }
td.TdClassName
{
border-color: #513ADD;
}
.TagClassName
{
border-color: #513ADD;
}
</style>