Shades of Neon Blue #513CEB
Tints of Neon Blue #513CEB
RGB
CMYK
RGB Variations
Color information
#513CEB (or 0x513CEB) is known color: Neon Blue. HEX triplet: 51, 3C and EB. RGB value is (81,60,235). Sum of RGB (Red+Green+Blue) = 81+60+235=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #513CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CEB is #AEC314. Grayscale: #555555. Windows color (decimal): -11453205 or 15416401. OLE color: 15416401.
HSL color Cylindrical-coordinate representation of color #513CEB: hue angle of 247.2º 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 #513CEB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 60 | 235 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.08 |
| HSL | 247.2º | 0.81% | 0.58% | - |
| HSV(B) | 247.2º | 0.74% | 0.92% | - |
| XYZ | 20 | 10.98 | 79.66 | - |
| YUV | 86.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 235 | 0.66 | 0.74 | 0 | 0.08 | 247.2 | 0.81 | 0.58 |
| Hex | 51 | 3C | EB | 42 | 4A | 0 | 8 | F7 | 51 | 3A |
| Octal | 121 | 74 | 353 | 102 | 112 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010001 | 111100 | 11101011 | 1000010 | 1001010 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #513CEB
Complementary color
Monochromatic Colors of #513CEB
Black with #513CEB
Text Example
Text Example
White with #513CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CEB; }
p { color: rgb(81,60,235); }
H1.HeaderClassName
{
color: #513CEB;
}
.AnyTagClassName
{
color: #513CEB;
}
</style>
background-color css
<style>
a { background-color: #513CEB; }
a { background-color: rgb(81,60,235); }
div.DivClassName
{
background-color: #513CEB;
}
.BgClassName
{
background-color: #513CEB;
}
</style>
border-color css
<style>
span { border-color: #513CEB; }
span { border-color: rgb(81,60,235); }
td.TdClassName
{
border-color: #513CEB;
}
.TagClassName
{
border-color: #513CEB;
}
</style>