Shades of Neon Blue #513FEF
Tints of Neon Blue #513FEF
RGB
CMYK
RGB Variations
Color information
#513FEF (or 0x513FEF) is known color: Neon Blue. HEX triplet: 51, 3F and EF. RGB value is (81,63,239). Sum of RGB (Red+Green+Blue) = 81+63+239=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #513FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FEF is #AEC010. Grayscale: #575757. Windows color (decimal): -11452433 or 15679313. OLE color: 15679313.
HSL color Cylindrical-coordinate representation of color #513FEF: hue angle of 246.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513FEF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 63 | 239 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.06 |
| HSL | 246.14º | 0.85% | 0.59% | - |
| HSV(B) | 246.14º | 0.74% | 0.94% | - |
| XYZ | 20.75 | 11.54 | 82.79 | - |
| YUV | 88.45 | 212.96 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 239 | 0.66 | 0.74 | 0 | 0.06 | 246.14 | 0.85 | 0.59 |
| Hex | 51 | 3F | EF | 42 | 4A | 0 | 6 | F6 | 55 | 3B |
| Octal | 121 | 77 | 357 | 102 | 112 | 0 | 6 | 366 | 125 | 73 |
| Binary | 1010001 | 111111 | 11101111 | 1000010 | 1001010 | 0 | 110 | 11110110 | 1010101 | 111011 |
Color Harmonies of #513FEF
Complementary color
Monochromatic Colors of #513FEF
Black with #513FEF
Text Example
Text Example
White with #513FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FEF; }
p { color: rgb(81,63,239); }
H1.HeaderClassName
{
color: #513FEF;
}
.AnyTagClassName
{
color: #513FEF;
}
</style>
background-color css
<style>
a { background-color: #513FEF; }
a { background-color: rgb(81,63,239); }
div.DivClassName
{
background-color: #513FEF;
}
.BgClassName
{
background-color: #513FEF;
}
</style>
border-color css
<style>
span { border-color: #513FEF; }
span { border-color: rgb(81,63,239); }
td.TdClassName
{
border-color: #513FEF;
}
.TagClassName
{
border-color: #513FEF;
}
</style>