Shades of Neon Blue #513BFC
Tints of Neon Blue #513BFC
RGB
CMYK
RGB Variations
Color information
#513BFC (or 0x513BFC) is known color: Neon Blue. HEX triplet: 51, 3B and FC. RGB value is (81,59,252). Sum of RGB (Red+Green+Blue) = 81+59+252=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #513BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BFC is #AEC403. Grayscale: #565656. Windows color (decimal): -11453444 or 16530257. OLE color: 16530257.
HSL color Cylindrical-coordinate representation of color #513BFC: hue angle of 246.84º degrees, saturation: 0.97, 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 #513BFC is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 59 | 252 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.01 |
| HSL | 246.84º | 0.97% | 0.61% | - |
| HSV(B) | 246.84º | 0.77% | 0.99% | - |
| XYZ | 22.53 | 11.91 | 93.21 | - |
| YUV | 87.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 252 | 0.68 | 0.77 | 0 | 0.01 | 246.84 | 0.97 | 0.61 |
| Hex | 51 | 3B | FC | 44 | 4D | 0 | 1 | F7 | 61 | 3D |
| Octal | 121 | 73 | 374 | 104 | 115 | 0 | 1 | 367 | 141 | 75 |
| Binary | 1010001 | 111011 | 11111100 | 1000100 | 1001101 | 0 | 1 | 11110111 | 1100001 | 111101 |
Color Harmonies of #513BFC
Complementary color
Monochromatic Colors of #513BFC
Black with #513BFC
Text Example
Text Example
White with #513BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BFC; }
p { color: rgb(81,59,252); }
H1.HeaderClassName
{
color: #513BFC;
}
.AnyTagClassName
{
color: #513BFC;
}
</style>
background-color css
<style>
a { background-color: #513BFC; }
a { background-color: rgb(81,59,252); }
div.DivClassName
{
background-color: #513BFC;
}
.BgClassName
{
background-color: #513BFC;
}
</style>
border-color css
<style>
span { border-color: #513BFC; }
span { border-color: rgb(81,59,252); }
td.TdClassName
{
border-color: #513BFC;
}
.TagClassName
{
border-color: #513BFC;
}
</style>