Shades of Neon Blue #513CEE
Tints of Neon Blue #513CEE
RGB
CMYK
RGB Variations
Color information
#513CEE (or 0x513CEE) is known color: Neon Blue. HEX triplet: 51, 3C and EE. RGB value is (81,60,238). Sum of RGB (Red+Green+Blue) = 81+60+238=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #513CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CEE is #AEC311. Grayscale: #555555. Windows color (decimal): -11453202 or 15613009. OLE color: 15613009.
HSL color Cylindrical-coordinate representation of color #513CEE: hue angle of 247.08º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513CEE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 60 | 238 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.07 |
| HSL | 247.08º | 0.84% | 0.58% | - |
| HSV(B) | 247.08º | 0.75% | 0.93% | - |
| XYZ | 20.44 | 11.15 | 81.96 | - |
| YUV | 86.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 238 | 0.66 | 0.75 | 0 | 0.07 | 247.08 | 0.84 | 0.58 |
| Hex | 51 | 3C | EE | 42 | 4B | 0 | 7 | F7 | 54 | 3A |
| Octal | 121 | 74 | 356 | 102 | 113 | 0 | 7 | 367 | 124 | 72 |
| Binary | 1010001 | 111100 | 11101110 | 1000010 | 1001011 | 0 | 111 | 11110111 | 1010100 | 111010 |
Color Harmonies of #513CEE
Complementary color
Monochromatic Colors of #513CEE
Black with #513CEE
Text Example
Text Example
White with #513CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CEE; }
p { color: rgb(81,60,238); }
H1.HeaderClassName
{
color: #513CEE;
}
.AnyTagClassName
{
color: #513CEE;
}
</style>
background-color css
<style>
a { background-color: #513CEE; }
a { background-color: rgb(81,60,238); }
div.DivClassName
{
background-color: #513CEE;
}
.BgClassName
{
background-color: #513CEE;
}
</style>
border-color css
<style>
span { border-color: #513CEE; }
span { border-color: rgb(81,60,238); }
td.TdClassName
{
border-color: #513CEE;
}
.TagClassName
{
border-color: #513CEE;
}
</style>