Shades of Neon Blue #513BDD
Tints of Neon Blue #513BDD
RGB
CMYK
RGB Variations
Color information
#513BDD (or 0x513BDD) is known color: Neon Blue. HEX triplet: 51, 3B and DD. RGB value is (81,59,221). Sum of RGB (Red+Green+Blue) = 81+59+221=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #513BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BDD is #AEC422. Grayscale: #535353. Windows color (decimal): -11453475 or 14498641. OLE color: 14498641.
HSL color Cylindrical-coordinate representation of color #513BDD: hue angle of 248.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513BDD is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 59 | 221 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.13 |
| HSL | 248.15º | 0.7% | 0.55% | - |
| HSV(B) | 248.15º | 0.73% | 0.87% | - |
| XYZ | 18.01 | 10.1 | 69.41 | - |
| YUV | 84.05 | 205.29 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 221 | 0.63 | 0.73 | 0 | 0.13 | 248.15 | 0.7 | 0.55 |
| Hex | 51 | 3B | DD | 3F | 49 | 0 | D | F8 | 46 | 37 |
| Octal | 121 | 73 | 335 | 77 | 111 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010001 | 111011 | 11011101 | 111111 | 1001001 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #513BDD
Complementary color
Monochromatic Colors of #513BDD
Black with #513BDD
Text Example
Text Example
White with #513BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BDD; }
p { color: rgb(81,59,221); }
H1.HeaderClassName
{
color: #513BDD;
}
.AnyTagClassName
{
color: #513BDD;
}
</style>
background-color css
<style>
a { background-color: #513BDD; }
a { background-color: rgb(81,59,221); }
div.DivClassName
{
background-color: #513BDD;
}
.BgClassName
{
background-color: #513BDD;
}
</style>
border-color css
<style>
span { border-color: #513BDD; }
span { border-color: rgb(81,59,221); }
td.TdClassName
{
border-color: #513BDD;
}
.TagClassName
{
border-color: #513BDD;
}
</style>