Shades of Neon Blue #513CEA
Tints of Neon Blue #513CEA
RGB
CMYK
RGB Variations
Color information
#513CEA (or 0x513CEA) is known color: Neon Blue. HEX triplet: 51, 3C and EA. RGB value is (81,60,234). Sum of RGB (Red+Green+Blue) = 81+60+234=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #513CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CEA is #AEC315. Grayscale: #555555. Windows color (decimal): -11453206 or 15350865. OLE color: 15350865.
HSL color Cylindrical-coordinate representation of color #513CEA: hue angle of 247.24º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513CEA is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 60 | 234 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.08 |
| HSL | 247.24º | 0.81% | 0.58% | - |
| HSV(B) | 247.24º | 0.74% | 0.92% | - |
| XYZ | 19.86 | 10.92 | 78.9 | - |
| YUV | 86.12 | 211.46 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 234 | 0.65 | 0.74 | 0 | 0.08 | 247.24 | 0.81 | 0.58 |
| Hex | 51 | 3C | EA | 41 | 4A | 0 | 8 | F7 | 51 | 3A |
| Octal | 121 | 74 | 352 | 101 | 112 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010001 | 111100 | 11101010 | 1000001 | 1001010 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #513CEA
Complementary color
Monochromatic Colors of #513CEA
Black with #513CEA
Text Example
Text Example
White with #513CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CEA; }
p { color: rgb(81,60,234); }
H1.HeaderClassName
{
color: #513CEA;
}
.AnyTagClassName
{
color: #513CEA;
}
</style>
background-color css
<style>
a { background-color: #513CEA; }
a { background-color: rgb(81,60,234); }
div.DivClassName
{
background-color: #513CEA;
}
.BgClassName
{
background-color: #513CEA;
}
</style>
border-color css
<style>
span { border-color: #513CEA; }
span { border-color: rgb(81,60,234); }
td.TdClassName
{
border-color: #513CEA;
}
.TagClassName
{
border-color: #513CEA;
}
</style>