Shades of Neon Blue #513FEA
Tints of Neon Blue #513FEA
RGB
CMYK
RGB Variations
Color information
#513FEA (or 0x513FEA) is known color: Neon Blue. HEX triplet: 51, 3F and EA. RGB value is (81,63,234). Sum of RGB (Red+Green+Blue) = 81+63+234=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #513FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FEA is #AEC015. Grayscale: #575757. Windows color (decimal): -11452438 or 15351633. OLE color: 15351633.
HSL color Cylindrical-coordinate representation of color #513FEA: hue angle of 246.32º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513FEA is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 63 | 234 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.08 |
| HSL | 246.32º | 0.8% | 0.58% | - |
| HSV(B) | 246.32º | 0.73% | 0.92% | - |
| XYZ | 20.02 | 11.24 | 78.96 | - |
| YUV | 87.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 234 | 0.65 | 0.73 | 0 | 0.08 | 246.32 | 0.8 | 0.58 |
| Hex | 51 | 3F | EA | 41 | 49 | 0 | 8 | F6 | 50 | 3A |
| Octal | 121 | 77 | 352 | 101 | 111 | 0 | 10 | 366 | 120 | 72 |
| Binary | 1010001 | 111111 | 11101010 | 1000001 | 1001001 | 0 | 1000 | 11110110 | 1010000 | 111010 |
Color Harmonies of #513FEA
Complementary color
Monochromatic Colors of #513FEA
Black with #513FEA
Text Example
Text Example
White with #513FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FEA; }
p { color: rgb(81,63,234); }
H1.HeaderClassName
{
color: #513FEA;
}
.AnyTagClassName
{
color: #513FEA;
}
</style>
background-color css
<style>
a { background-color: #513FEA; }
a { background-color: rgb(81,63,234); }
div.DivClassName
{
background-color: #513FEA;
}
.BgClassName
{
background-color: #513FEA;
}
</style>
border-color css
<style>
span { border-color: #513FEA; }
span { border-color: rgb(81,63,234); }
td.TdClassName
{
border-color: #513FEA;
}
.TagClassName
{
border-color: #513FEA;
}
</style>