Shades of Neon Blue #513DFF
Tints of Neon Blue #513DFF
RGB
CMYK
RGB Variations
Color information
#513DFF (or 0x513DFF) is known color: Neon Blue. HEX triplet: 51, 3D and FF. RGB value is (81,61,255). Sum of RGB (Red+Green+Blue) = 81+61+255=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #513DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DFF is #AEC200. Grayscale: #585858. Windows color (decimal): -11452929 or 16727377. OLE color: 16727377.
HSL color Cylindrical-coordinate representation of color #513DFF: hue angle of 246.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513DFF is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 61 | 255 | - |
| CMYK | 0.68 | 0.76 | 0 | 0 |
| HSL | 246.19º | 1% | 0.62% | - |
| HSV(B) | 246.19º | 0.76% | 1% | - |
| XYZ | 23.11 | 12.31 | 95.77 | - |
| YUV | 89.1 | 221.63 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 255 | 0.68 | 0.76 | 0 | 0 | 246.19 | 1 | 0.62 |
| Hex | 51 | 3D | FF | 44 | 4C | 0 | 0 | F6 | 64 | 3E |
| Octal | 121 | 75 | 377 | 104 | 114 | 0 | 0 | 366 | 144 | 76 |
| Binary | 1010001 | 111101 | 11111111 | 1000100 | 1001100 | 0 | 0 | 11110110 | 1100100 | 111110 |
Color Harmonies of #513DFF
Complementary color
Monochromatic Colors of #513DFF
Black with #513DFF
Text Example
Text Example
White with #513DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DFF; }
p { color: rgb(81,61,255); }
H1.HeaderClassName
{
color: #513DFF;
}
.AnyTagClassName
{
color: #513DFF;
}
</style>
background-color css
<style>
a { background-color: #513DFF; }
a { background-color: rgb(81,61,255); }
div.DivClassName
{
background-color: #513DFF;
}
.BgClassName
{
background-color: #513DFF;
}
</style>
border-color css
<style>
span { border-color: #513DFF; }
span { border-color: rgb(81,61,255); }
td.TdClassName
{
border-color: #513DFF;
}
.TagClassName
{
border-color: #513DFF;
}
</style>