Shades of Neon Blue #513FE6
Tints of Neon Blue #513FE6
RGB
CMYK
RGB Variations
Color information
#513FE6 (or 0x513FE6) is known color: Neon Blue. HEX triplet: 51, 3F and E6. RGB value is (81,63,230). Sum of RGB (Red+Green+Blue) = 81+63+230=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #513FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FE6 is #AEC019. Grayscale: #565656. Windows color (decimal): -11452442 or 15089489. OLE color: 15089489.
HSL color Cylindrical-coordinate representation of color #513FE6: hue angle of 246.47º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513FE6 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 63 | 230 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.10 |
| HSL | 246.47º | 0.77% | 0.57% | - |
| HSV(B) | 246.47º | 0.73% | 0.9% | - |
| XYZ | 19.45 | 11.02 | 75.96 | - |
| YUV | 87.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 230 | 0.65 | 0.73 | 0 | 0.10 | 246.47 | 0.77 | 0.57 |
| Hex | 51 | 3F | E6 | 41 | 49 | 0 | A | F6 | 4D | 39 |
| Octal | 121 | 77 | 346 | 101 | 111 | 0 | 12 | 366 | 115 | 71 |
| Binary | 1010001 | 111111 | 11100110 | 1000001 | 1001001 | 0 | 1010 | 11110110 | 1001101 | 111001 |
Color Harmonies of #513FE6
Complementary color
Monochromatic Colors of #513FE6
Black with #513FE6
Text Example
Text Example
White with #513FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FE6; }
p { color: rgb(81,63,230); }
H1.HeaderClassName
{
color: #513FE6;
}
.AnyTagClassName
{
color: #513FE6;
}
</style>
background-color css
<style>
a { background-color: #513FE6; }
a { background-color: rgb(81,63,230); }
div.DivClassName
{
background-color: #513FE6;
}
.BgClassName
{
background-color: #513FE6;
}
</style>
border-color css
<style>
span { border-color: #513FE6; }
span { border-color: rgb(81,63,230); }
td.TdClassName
{
border-color: #513FE6;
}
.TagClassName
{
border-color: #513FE6;
}
</style>