Shades of Neon Blue #513BDC
Tints of Neon Blue #513BDC
RGB
CMYK
RGB Variations
Color information
#513BDC (or 0x513BDC) is known color: Neon Blue. HEX triplet: 51, 3B and DC. RGB value is (81,59,220). Sum of RGB (Red+Green+Blue) = 81+59+220=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #513BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BDC is #AEC423. Grayscale: #535353. Windows color (decimal): -11453476 or 14433105. OLE color: 14433105.
HSL color Cylindrical-coordinate representation of color #513BDC: hue angle of 248.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513BDC is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 59 | 220 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.14 |
| HSL | 248.2º | 0.7% | 0.55% | - |
| HSV(B) | 248.2º | 0.73% | 0.86% | - |
| XYZ | 17.88 | 10.04 | 68.71 | - |
| YUV | 83.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 220 | 0.63 | 0.73 | 0 | 0.14 | 248.2 | 0.7 | 0.55 |
| Hex | 51 | 3B | DC | 3F | 49 | 0 | E | F8 | 46 | 37 |
| Octal | 121 | 73 | 334 | 77 | 111 | 0 | 16 | 370 | 106 | 67 |
| Binary | 1010001 | 111011 | 11011100 | 111111 | 1001001 | 0 | 1110 | 11111000 | 1000110 | 110111 |
Color Harmonies of #513BDC
Complementary color
Monochromatic Colors of #513BDC
Black with #513BDC
Text Example
Text Example
White with #513BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BDC; }
p { color: rgb(81,59,220); }
H1.HeaderClassName
{
color: #513BDC;
}
.AnyTagClassName
{
color: #513BDC;
}
</style>
background-color css
<style>
a { background-color: #513BDC; }
a { background-color: rgb(81,59,220); }
div.DivClassName
{
background-color: #513BDC;
}
.BgClassName
{
background-color: #513BDC;
}
</style>
border-color css
<style>
span { border-color: #513BDC; }
span { border-color: rgb(81,59,220); }
td.TdClassName
{
border-color: #513BDC;
}
.TagClassName
{
border-color: #513BDC;
}
</style>