Shades of Neon Blue #513FE1
Tints of Neon Blue #513FE1
RGB
CMYK
RGB Variations
Color information
#513FE1 (or 0x513FE1) is known color: Neon Blue. HEX triplet: 51, 3F and E1. RGB value is (81,63,225). Sum of RGB (Red+Green+Blue) = 81+63+225=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #513FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FE1 is #AEC01E. Grayscale: #565656. Windows color (decimal): -11452447 or 14761809. OLE color: 14761809.
HSL color Cylindrical-coordinate representation of color #513FE1: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513FE1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 63 | 225 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.12 |
| HSL | 246.67º | 0.73% | 0.56% | - |
| HSV(B) | 246.67º | 0.72% | 0.88% | - |
| XYZ | 18.76 | 10.74 | 72.32 | - |
| YUV | 86.85 | 205.96 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 225 | 0.64 | 0.72 | 0 | 0.12 | 246.67 | 0.73 | 0.56 |
| Hex | 51 | 3F | E1 | 40 | 48 | 0 | C | F7 | 49 | 38 |
| Octal | 121 | 77 | 341 | 100 | 110 | 0 | 14 | 367 | 111 | 70 |
| Binary | 1010001 | 111111 | 11100001 | 1000000 | 1001000 | 0 | 1100 | 11110111 | 1001001 | 111000 |
Color Harmonies of #513FE1
Complementary color
Monochromatic Colors of #513FE1
Black with #513FE1
Text Example
Text Example
White with #513FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FE1; }
p { color: rgb(81,63,225); }
H1.HeaderClassName
{
color: #513FE1;
}
.AnyTagClassName
{
color: #513FE1;
}
</style>
background-color css
<style>
a { background-color: #513FE1; }
a { background-color: rgb(81,63,225); }
div.DivClassName
{
background-color: #513FE1;
}
.BgClassName
{
background-color: #513FE1;
}
</style>
border-color css
<style>
span { border-color: #513FE1; }
span { border-color: rgb(81,63,225); }
td.TdClassName
{
border-color: #513FE1;
}
.TagClassName
{
border-color: #513FE1;
}
</style>