Shades of Neon Blue #513ADE
Tints of Neon Blue #513ADE
RGB
CMYK
RGB Variations
Color information
#513ADE (or 0x513ADE) is known color: Neon Blue. HEX triplet: 51, 3A and DE. RGB value is (81,58,222). Sum of RGB (Red+Green+Blue) = 81+58+222=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #513ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ADE is #AEC521. Grayscale: #525252. Windows color (decimal): -11453730 or 14563921. OLE color: 14563921.
HSL color Cylindrical-coordinate representation of color #513ADE: hue angle of 248.41º 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 #513ADE is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 58 | 222 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 248.41º | 0.71% | 0.55% | - |
| HSV(B) | 248.41º | 0.74% | 0.87% | - |
| XYZ | 18.09 | 10.05 | 70.09 | - |
| YUV | 83.57 | 206.12 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 222 | 0.64 | 0.74 | 0 | 0.13 | 248.41 | 0.71 | 0.55 |
| Hex | 51 | 3A | DE | 40 | 4A | 0 | D | F8 | 47 | 37 |
| Octal | 121 | 72 | 336 | 100 | 112 | 0 | 15 | 370 | 107 | 67 |
| Binary | 1010001 | 111010 | 11011110 | 1000000 | 1001010 | 0 | 1101 | 11111000 | 1000111 | 110111 |
Color Harmonies of #513ADE
Complementary color
Monochromatic Colors of #513ADE
Black with #513ADE
Text Example
Text Example
White with #513ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ADE; }
p { color: rgb(81,58,222); }
H1.HeaderClassName
{
color: #513ADE;
}
.AnyTagClassName
{
color: #513ADE;
}
</style>
background-color css
<style>
a { background-color: #513ADE; }
a { background-color: rgb(81,58,222); }
div.DivClassName
{
background-color: #513ADE;
}
.BgClassName
{
background-color: #513ADE;
}
</style>
border-color css
<style>
span { border-color: #513ADE; }
span { border-color: rgb(81,58,222); }
td.TdClassName
{
border-color: #513ADE;
}
.TagClassName
{
border-color: #513ADE;
}
</style>