Shades of Neon Blue #513FE3
Tints of Neon Blue #513FE3
RGB
CMYK
RGB Variations
Color information
#513FE3 (or 0x513FE3) is known color: Neon Blue. HEX triplet: 51, 3F and E3. RGB value is (81,63,227). Sum of RGB (Red+Green+Blue) = 81+63+227=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #513FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FE3 is #AEC01C. Grayscale: #565656. Windows color (decimal): -11452445 or 14892881. OLE color: 14892881.
HSL color Cylindrical-coordinate representation of color #513FE3: hue angle of 246.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513FE3 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 63 | 227 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.11 |
| HSL | 246.59º | 0.75% | 0.57% | - |
| HSV(B) | 246.59º | 0.72% | 0.89% | - |
| XYZ | 19.04 | 10.85 | 73.76 | - |
| YUV | 87.08 | 206.96 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 227 | 0.64 | 0.72 | 0 | 0.11 | 246.59 | 0.75 | 0.57 |
| Hex | 51 | 3F | E3 | 40 | 48 | 0 | B | F7 | 4B | 39 |
| Octal | 121 | 77 | 343 | 100 | 110 | 0 | 13 | 367 | 113 | 71 |
| Binary | 1010001 | 111111 | 11100011 | 1000000 | 1001000 | 0 | 1011 | 11110111 | 1001011 | 111001 |
Color Harmonies of #513FE3
Complementary color
Monochromatic Colors of #513FE3
Black with #513FE3
Text Example
Text Example
White with #513FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FE3; }
p { color: rgb(81,63,227); }
H1.HeaderClassName
{
color: #513FE3;
}
.AnyTagClassName
{
color: #513FE3;
}
</style>
background-color css
<style>
a { background-color: #513FE3; }
a { background-color: rgb(81,63,227); }
div.DivClassName
{
background-color: #513FE3;
}
.BgClassName
{
background-color: #513FE3;
}
</style>
border-color css
<style>
span { border-color: #513FE3; }
span { border-color: rgb(81,63,227); }
td.TdClassName
{
border-color: #513FE3;
}
.TagClassName
{
border-color: #513FE3;
}
</style>