Shades of Neon Blue #513DFB
Tints of Neon Blue #513DFB
RGB
CMYK
RGB Variations
Color information
#513DFB (or 0x513DFB) is known color: Neon Blue. HEX triplet: 51, 3D and FB. RGB value is (81,61,251). Sum of RGB (Red+Green+Blue) = 81+61+251=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #513DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DFB is #AEC204. Grayscale: #575757. Windows color (decimal): -11452933 or 16465233. OLE color: 16465233.
HSL color Cylindrical-coordinate representation of color #513DFB: hue angle of 246.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513DFB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 61 | 251 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.02 |
| HSL | 246.32º | 0.96% | 0.61% | - |
| HSV(B) | 246.32º | 0.76% | 0.98% | - |
| XYZ | 22.47 | 12.05 | 92.41 | - |
| YUV | 88.64 | 219.63 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 251 | 0.68 | 0.76 | 0 | 0.02 | 246.32 | 0.96 | 0.61 |
| Hex | 51 | 3D | FB | 44 | 4C | 0 | 2 | F6 | 60 | 3D |
| Octal | 121 | 75 | 373 | 104 | 114 | 0 | 2 | 366 | 140 | 75 |
| Binary | 1010001 | 111101 | 11111011 | 1000100 | 1001100 | 0 | 10 | 11110110 | 1100000 | 111101 |
Color Harmonies of #513DFB
Complementary color
Monochromatic Colors of #513DFB
Black with #513DFB
Text Example
Text Example
White with #513DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DFB; }
p { color: rgb(81,61,251); }
H1.HeaderClassName
{
color: #513DFB;
}
.AnyTagClassName
{
color: #513DFB;
}
</style>
background-color css
<style>
a { background-color: #513DFB; }
a { background-color: rgb(81,61,251); }
div.DivClassName
{
background-color: #513DFB;
}
.BgClassName
{
background-color: #513DFB;
}
</style>
border-color css
<style>
span { border-color: #513DFB; }
span { border-color: rgb(81,61,251); }
td.TdClassName
{
border-color: #513DFB;
}
.TagClassName
{
border-color: #513DFB;
}
</style>