Shades of Neon Blue #513BFD
Tints of Neon Blue #513BFD
RGB
CMYK
RGB Variations
Color information
#513BFD (or 0x513BFD) is known color: Neon Blue. HEX triplet: 51, 3B and FD. RGB value is (81,59,253). Sum of RGB (Red+Green+Blue) = 81+59+253=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #513BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BFD is #AEC402. Grayscale: #565656. Windows color (decimal): -11453443 or 16595793. OLE color: 16595793.
HSL color Cylindrical-coordinate representation of color #513BFD: hue angle of 246.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513BFD is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 59 | 253 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.01 |
| HSL | 246.8º | 0.98% | 0.61% | - |
| HSV(B) | 246.8º | 0.77% | 0.99% | - |
| XYZ | 22.69 | 11.97 | 94.04 | - |
| YUV | 87.69 | 221.29 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 253 | 0.68 | 0.77 | 0 | 0.01 | 246.8 | 0.98 | 0.61 |
| Hex | 51 | 3B | FD | 44 | 4D | 0 | 1 | F7 | 62 | 3D |
| Octal | 121 | 73 | 375 | 104 | 115 | 0 | 1 | 367 | 142 | 75 |
| Binary | 1010001 | 111011 | 11111101 | 1000100 | 1001101 | 0 | 1 | 11110111 | 1100010 | 111101 |
Color Harmonies of #513BFD
Complementary color
Monochromatic Colors of #513BFD
Black with #513BFD
Text Example
Text Example
White with #513BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BFD; }
p { color: rgb(81,59,253); }
H1.HeaderClassName
{
color: #513BFD;
}
.AnyTagClassName
{
color: #513BFD;
}
</style>
background-color css
<style>
a { background-color: #513BFD; }
a { background-color: rgb(81,59,253); }
div.DivClassName
{
background-color: #513BFD;
}
.BgClassName
{
background-color: #513BFD;
}
</style>
border-color css
<style>
span { border-color: #513BFD; }
span { border-color: rgb(81,59,253); }
td.TdClassName
{
border-color: #513BFD;
}
.TagClassName
{
border-color: #513BFD;
}
</style>