Shades of Neon Blue #513BEF
Tints of Neon Blue #513BEF
RGB
CMYK
RGB Variations
Color information
#513BEF (or 0x513BEF) is known color: Neon Blue. HEX triplet: 51, 3B and EF. RGB value is (81,59,239). Sum of RGB (Red+Green+Blue) = 81+59+239=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #513BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BEF is #AEC410. Grayscale: #555555. Windows color (decimal): -11453457 or 15678289. OLE color: 15678289.
HSL color Cylindrical-coordinate representation of color #513BEF: hue angle of 247.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513BEF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 59 | 239 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.06 |
| HSL | 247.33º | 0.85% | 0.58% | - |
| HSV(B) | 247.33º | 0.75% | 0.94% | - |
| XYZ | 20.54 | 11.11 | 82.72 | - |
| YUV | 86.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 239 | 0.66 | 0.75 | 0 | 0.06 | 247.33 | 0.85 | 0.58 |
| Hex | 51 | 3B | EF | 42 | 4B | 0 | 6 | F7 | 55 | 3A |
| Octal | 121 | 73 | 357 | 102 | 113 | 0 | 6 | 367 | 125 | 72 |
| Binary | 1010001 | 111011 | 11101111 | 1000010 | 1001011 | 0 | 110 | 11110111 | 1010101 | 111010 |
Color Harmonies of #513BEF
Complementary color
Monochromatic Colors of #513BEF
Black with #513BEF
Text Example
Text Example
White with #513BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BEF; }
p { color: rgb(81,59,239); }
H1.HeaderClassName
{
color: #513BEF;
}
.AnyTagClassName
{
color: #513BEF;
}
</style>
background-color css
<style>
a { background-color: #513BEF; }
a { background-color: rgb(81,59,239); }
div.DivClassName
{
background-color: #513BEF;
}
.BgClassName
{
background-color: #513BEF;
}
</style>
border-color css
<style>
span { border-color: #513BEF; }
span { border-color: rgb(81,59,239); }
td.TdClassName
{
border-color: #513BEF;
}
.TagClassName
{
border-color: #513BEF;
}
</style>