Shades of Neon Blue #513DF0
Tints of Neon Blue #513DF0
RGB
CMYK
RGB Variations
Color information
#513DF0 (or 0x513DF0) is known color: Neon Blue. HEX triplet: 51, 3D and F0. RGB value is (81,61,240). Sum of RGB (Red+Green+Blue) = 81+61+240=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #513DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DF0 is #AEC20F. Grayscale: #565656. Windows color (decimal): -11452944 or 15744337. OLE color: 15744337.
HSL color Cylindrical-coordinate representation of color #513DF0: hue angle of 246.7º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513DF0 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 61 | 240 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.06 |
| HSL | 246.7º | 0.86% | 0.59% | - |
| HSV(B) | 246.7º | 0.75% | 0.94% | - |
| XYZ | 20.79 | 11.38 | 83.54 | - |
| YUV | 87.39 | 214.13 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 240 | 0.66 | 0.75 | 0 | 0.06 | 246.7 | 0.86 | 0.59 |
| Hex | 51 | 3D | F0 | 42 | 4B | 0 | 6 | F7 | 56 | 3B |
| Octal | 121 | 75 | 360 | 102 | 113 | 0 | 6 | 367 | 126 | 73 |
| Binary | 1010001 | 111101 | 11110000 | 1000010 | 1001011 | 0 | 110 | 11110111 | 1010110 | 111011 |
Color Harmonies of #513DF0
Complementary color
Monochromatic Colors of #513DF0
Black with #513DF0
Text Example
Text Example
White with #513DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DF0; }
p { color: rgb(81,61,240); }
H1.HeaderClassName
{
color: #513DF0;
}
.AnyTagClassName
{
color: #513DF0;
}
</style>
background-color css
<style>
a { background-color: #513DF0; }
a { background-color: rgb(81,61,240); }
div.DivClassName
{
background-color: #513DF0;
}
.BgClassName
{
background-color: #513DF0;
}
</style>
border-color css
<style>
span { border-color: #513DF0; }
span { border-color: rgb(81,61,240); }
td.TdClassName
{
border-color: #513DF0;
}
.TagClassName
{
border-color: #513DF0;
}
</style>