Shades of Neon Blue #513DF2
Tints of Neon Blue #513DF2
RGB
CMYK
RGB Variations
Color information
#513DF2 (or 0x513DF2) is known color: Neon Blue. HEX triplet: 51, 3D and F2. RGB value is (81,61,242). Sum of RGB (Red+Green+Blue) = 81+61+242=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #513DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513DF2 is #AEC20D. Grayscale: #565656. Windows color (decimal): -11452942 or 15875409. OLE color: 15875409.
HSL color Cylindrical-coordinate representation of color #513DF2: hue angle of 246.63º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513DF2 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 61 | 242 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.05 |
| HSL | 246.63º | 0.87% | 0.59% | - |
| HSV(B) | 246.63º | 0.75% | 0.95% | - |
| XYZ | 21.09 | 11.5 | 85.11 | - |
| YUV | 87.61 | 215.13 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 242 | 0.67 | 0.75 | 0 | 0.05 | 246.63 | 0.87 | 0.59 |
| Hex | 51 | 3D | F2 | 43 | 4B | 0 | 5 | F7 | 57 | 3B |
| Octal | 121 | 75 | 362 | 103 | 113 | 0 | 5 | 367 | 127 | 73 |
| Binary | 1010001 | 111101 | 11110010 | 1000011 | 1001011 | 0 | 101 | 11110111 | 1010111 | 111011 |
Color Harmonies of #513DF2
Complementary color
Monochromatic Colors of #513DF2
Black with #513DF2
Text Example
Text Example
White with #513DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DF2; }
p { color: rgb(81,61,242); }
H1.HeaderClassName
{
color: #513DF2;
}
.AnyTagClassName
{
color: #513DF2;
}
</style>
background-color css
<style>
a { background-color: #513DF2; }
a { background-color: rgb(81,61,242); }
div.DivClassName
{
background-color: #513DF2;
}
.BgClassName
{
background-color: #513DF2;
}
</style>
border-color css
<style>
span { border-color: #513DF2; }
span { border-color: rgb(81,61,242); }
td.TdClassName
{
border-color: #513DF2;
}
.TagClassName
{
border-color: #513DF2;
}
</style>