Shades of Neon Blue #513FFC
Tints of Neon Blue #513FFC
RGB
CMYK
RGB Variations
Color information
#513FFC (or 0x513FFC) is known color: Neon Blue. HEX triplet: 51, 3F and FC. RGB value is (81,63,252). Sum of RGB (Red+Green+Blue) = 81+63+252=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #513FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FFC is #AEC003. Grayscale: #595959. Windows color (decimal): -11452420 or 16531281. OLE color: 16531281.
HSL color Cylindrical-coordinate representation of color #513FFC: hue angle of 245.71º degrees, saturation: 0.97, 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 #513FFC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 63 | 252 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.01 |
| HSL | 245.71º | 0.97% | 0.62% | - |
| HSV(B) | 245.71º | 0.75% | 0.99% | - |
| XYZ | 22.74 | 12.33 | 93.28 | - |
| YUV | 89.93 | 219.46 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 252 | 0.68 | 0.75 | 0 | 0.01 | 245.71 | 0.97 | 0.62 |
| Hex | 51 | 3F | FC | 44 | 4B | 0 | 1 | F6 | 61 | 3E |
| Octal | 121 | 77 | 374 | 104 | 113 | 0 | 1 | 366 | 141 | 76 |
| Binary | 1010001 | 111111 | 11111100 | 1000100 | 1001011 | 0 | 1 | 11110110 | 1100001 | 111110 |
Color Harmonies of #513FFC
Complementary color
Monochromatic Colors of #513FFC
Black with #513FFC
Text Example
Text Example
White with #513FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FFC; }
p { color: rgb(81,63,252); }
H1.HeaderClassName
{
color: #513FFC;
}
.AnyTagClassName
{
color: #513FFC;
}
</style>
background-color css
<style>
a { background-color: #513FFC; }
a { background-color: rgb(81,63,252); }
div.DivClassName
{
background-color: #513FFC;
}
.BgClassName
{
background-color: #513FFC;
}
</style>
border-color css
<style>
span { border-color: #513FFC; }
span { border-color: rgb(81,63,252); }
td.TdClassName
{
border-color: #513FFC;
}
.TagClassName
{
border-color: #513FFC;
}
</style>