Shades of Neon Blue #514EE5
Tints of Neon Blue #514EE5
RGB
CMYK
RGB Variations
Color information
#514EE5 (or 0x514EE5) is known color: Neon Blue. HEX triplet: 51, 4E and E5. RGB value is (81,78,229). Sum of RGB (Red+Green+Blue) = 81+78+229=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #514EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EE5 is #AEB11A. Grayscale: #5F5F5F. Windows color (decimal): -11448603 or 15027793. OLE color: 15027793.
HSL color Cylindrical-coordinate representation of color #514EE5: hue angle of 241.19º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514EE5 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 78 | 229 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.10 |
| HSL | 241.19º | 0.74% | 0.6% | - |
| HSV(B) | 241.19º | 0.66% | 0.9% | - |
| XYZ | 20.26 | 12.86 | 75.54 | - |
| YUV | 96.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 229 | 0.65 | 0.66 | 0 | 0.10 | 241.19 | 0.74 | 0.6 |
| Hex | 51 | 4E | E5 | 41 | 42 | 0 | A | F1 | 4A | 3C |
| Octal | 121 | 116 | 345 | 101 | 102 | 0 | 12 | 361 | 112 | 74 |
| Binary | 1010001 | 1001110 | 11100101 | 1000001 | 1000010 | 0 | 1010 | 11110001 | 1001010 | 111100 |
Color Harmonies of #514EE5
Complementary color
Monochromatic Colors of #514EE5
Black with #514EE5
Text Example
Text Example
White with #514EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EE5; }
p { color: rgb(81,78,229); }
H1.HeaderClassName
{
color: #514EE5;
}
.AnyTagClassName
{
color: #514EE5;
}
</style>
background-color css
<style>
a { background-color: #514EE5; }
a { background-color: rgb(81,78,229); }
div.DivClassName
{
background-color: #514EE5;
}
.BgClassName
{
background-color: #514EE5;
}
</style>
border-color css
<style>
span { border-color: #514EE5; }
span { border-color: rgb(81,78,229); }
td.TdClassName
{
border-color: #514EE5;
}
.TagClassName
{
border-color: #514EE5;
}
</style>