Shades of Neon Blue #513FFD
Tints of Neon Blue #513FFD
RGB
CMYK
RGB Variations
Color information
#513FFD (or 0x513FFD) is known color: Neon Blue. HEX triplet: 51, 3F and FD. RGB value is (81,63,253). Sum of RGB (Red+Green+Blue) = 81+63+253=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #513FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FFD is #AEC002. Grayscale: #595959. Windows color (decimal): -11452419 or 16596817. OLE color: 16596817.
HSL color Cylindrical-coordinate representation of color #513FFD: hue angle of 245.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513FFD is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 63 | 253 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.01 |
| HSL | 245.68º | 0.98% | 0.62% | - |
| HSV(B) | 245.68º | 0.75% | 0.99% | - |
| XYZ | 22.9 | 12.4 | 94.11 | - |
| YUV | 90.04 | 219.96 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 253 | 0.68 | 0.75 | 0 | 0.01 | 245.68 | 0.98 | 0.62 |
| Hex | 51 | 3F | FD | 44 | 4B | 0 | 1 | F6 | 62 | 3E |
| Octal | 121 | 77 | 375 | 104 | 113 | 0 | 1 | 366 | 142 | 76 |
| Binary | 1010001 | 111111 | 11111101 | 1000100 | 1001011 | 0 | 1 | 11110110 | 1100010 | 111110 |
Color Harmonies of #513FFD
Complementary color
Monochromatic Colors of #513FFD
Black with #513FFD
Text Example
Text Example
White with #513FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FFD; }
p { color: rgb(81,63,253); }
H1.HeaderClassName
{
color: #513FFD;
}
.AnyTagClassName
{
color: #513FFD;
}
</style>
background-color css
<style>
a { background-color: #513FFD; }
a { background-color: rgb(81,63,253); }
div.DivClassName
{
background-color: #513FFD;
}
.BgClassName
{
background-color: #513FFD;
}
</style>
border-color css
<style>
span { border-color: #513FFD; }
span { border-color: rgb(81,63,253); }
td.TdClassName
{
border-color: #513FFD;
}
.TagClassName
{
border-color: #513FFD;
}
</style>