Shades of Neon Blue #513AF2
Tints of Neon Blue #513AF2
RGB
CMYK
RGB Variations
Color information
#513AF2 (or 0x513AF2) is known color: Neon Blue. HEX triplet: 51, 3A and F2. RGB value is (81,58,242). Sum of RGB (Red+Green+Blue) = 81+58+242=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #513AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513AF2 is #AEC50D. Grayscale: #555555. Windows color (decimal): -11453710 or 15874641. OLE color: 15874641.
HSL color Cylindrical-coordinate representation of color #513AF2: hue angle of 247.5º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513AF2 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 58 | 242 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.05 |
| HSL | 247.5º | 0.88% | 0.59% | - |
| HSV(B) | 247.5º | 0.76% | 0.95% | - |
| XYZ | 20.93 | 11.19 | 85.06 | - |
| YUV | 85.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 242 | 0.67 | 0.76 | 0 | 0.05 | 247.5 | 0.88 | 0.59 |
| Hex | 51 | 3A | F2 | 43 | 4C | 0 | 5 | F8 | 58 | 3B |
| Octal | 121 | 72 | 362 | 103 | 114 | 0 | 5 | 370 | 130 | 73 |
| Binary | 1010001 | 111010 | 11110010 | 1000011 | 1001100 | 0 | 101 | 11111000 | 1011000 | 111011 |
Color Harmonies of #513AF2
Complementary color
Monochromatic Colors of #513AF2
Black with #513AF2
Text Example
Text Example
White with #513AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513AF2; }
p { color: rgb(81,58,242); }
H1.HeaderClassName
{
color: #513AF2;
}
.AnyTagClassName
{
color: #513AF2;
}
</style>
background-color css
<style>
a { background-color: #513AF2; }
a { background-color: rgb(81,58,242); }
div.DivClassName
{
background-color: #513AF2;
}
.BgClassName
{
background-color: #513AF2;
}
</style>
border-color css
<style>
span { border-color: #513AF2; }
span { border-color: rgb(81,58,242); }
td.TdClassName
{
border-color: #513AF2;
}
.TagClassName
{
border-color: #513AF2;
}
</style>