Shades of Neon Blue #513DDD
Tints of Neon Blue #513DDD
RGB
CMYK
RGB Variations
Color information
#513DDD (or 0x513DDD) is known color: Neon Blue. HEX triplet: 51, 3D and DD. RGB value is (81,61,221). Sum of RGB (Red+Green+Blue) = 81+61+221=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #513DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DDD is #AEC222. Grayscale: #545454. Windows color (decimal): -11452963 or 14499153. OLE color: 14499153.
HSL color Cylindrical-coordinate representation of color #513DDD: hue angle of 247.5º 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 #513DDD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 61 | 221 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.5º | 0.7% | 0.55% | - |
| HSV(B) | 247.5º | 0.72% | 0.87% | - |
| XYZ | 18.11 | 10.31 | 69.44 | - |
| YUV | 85.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 221 | 0.63 | 0.72 | 0 | 0.13 | 247.5 | 0.7 | 0.55 |
| Hex | 51 | 3D | DD | 3F | 48 | 0 | D | F8 | 46 | 37 |
| Octal | 121 | 75 | 335 | 77 | 110 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010001 | 111101 | 11011101 | 111111 | 1001000 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #513DDD
Complementary color
Monochromatic Colors of #513DDD
Black with #513DDD
Text Example
Text Example
White with #513DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DDD; }
p { color: rgb(81,61,221); }
H1.HeaderClassName
{
color: #513DDD;
}
.AnyTagClassName
{
color: #513DDD;
}
</style>
background-color css
<style>
a { background-color: #513DDD; }
a { background-color: rgb(81,61,221); }
div.DivClassName
{
background-color: #513DDD;
}
.BgClassName
{
background-color: #513DDD;
}
</style>
border-color css
<style>
span { border-color: #513DDD; }
span { border-color: rgb(81,61,221); }
td.TdClassName
{
border-color: #513DDD;
}
.TagClassName
{
border-color: #513DDD;
}
</style>