Shades of Neon Blue #514CE4
Tints of Neon Blue #514CE4
RGB
CMYK
RGB Variations
Color information
#514CE4 (or 0x514CE4) is known color: Neon Blue. HEX triplet: 51, 4C and E4. RGB value is (81,76,228). Sum of RGB (Red+Green+Blue) = 81+76+228=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #514CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CE4 is #AEB31B. Grayscale: #5E5E5E. Windows color (decimal): -11449116 or 14961745. OLE color: 14961745.
HSL color Cylindrical-coordinate representation of color #514CE4: hue angle of 241.97º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514CE4 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 76 | 228 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.11 |
| HSL | 241.97º | 0.74% | 0.6% | - |
| HSV(B) | 241.97º | 0.67% | 0.89% | - |
| XYZ | 19.98 | 12.52 | 74.76 | - |
| YUV | 94.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 228 | 0.64 | 0.67 | 0 | 0.11 | 241.97 | 0.74 | 0.6 |
| Hex | 51 | 4C | E4 | 40 | 43 | 0 | B | F2 | 4A | 3C |
| Octal | 121 | 114 | 344 | 100 | 103 | 0 | 13 | 362 | 112 | 74 |
| Binary | 1010001 | 1001100 | 11100100 | 1000000 | 1000011 | 0 | 1011 | 11110010 | 1001010 | 111100 |
Color Harmonies of #514CE4
Complementary color
Monochromatic Colors of #514CE4
Black with #514CE4
Text Example
Text Example
White with #514CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CE4; }
p { color: rgb(81,76,228); }
H1.HeaderClassName
{
color: #514CE4;
}
.AnyTagClassName
{
color: #514CE4;
}
</style>
background-color css
<style>
a { background-color: #514CE4; }
a { background-color: rgb(81,76,228); }
div.DivClassName
{
background-color: #514CE4;
}
.BgClassName
{
background-color: #514CE4;
}
</style>
border-color css
<style>
span { border-color: #514CE4; }
span { border-color: rgb(81,76,228); }
td.TdClassName
{
border-color: #514CE4;
}
.TagClassName
{
border-color: #514CE4;
}
</style>