Shades of Neon Blue #514EEE
Tints of Neon Blue #514EEE
RGB
CMYK
RGB Variations
Color information
#514EEE (or 0x514EEE) is known color: Neon Blue. HEX triplet: 51, 4E and EE. RGB value is (81,78,238). Sum of RGB (Red+Green+Blue) = 81+78+238=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #514EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEE is #AEB111. Grayscale: #606060. Windows color (decimal): -11448594 or 15617617. OLE color: 15617617.
HSL color Cylindrical-coordinate representation of color #514EEE: hue angle of 241.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 78 | 238 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.07 |
| HSL | 241.13º | 0.82% | 0.62% | - |
| HSV(B) | 241.13º | 0.67% | 0.93% | - |
| XYZ | 21.55 | 13.37 | 82.33 | - |
| YUV | 97.14 | 207.49 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 238 | 0.66 | 0.67 | 0 | 0.07 | 241.13 | 0.82 | 0.62 |
| Hex | 51 | 4E | EE | 42 | 43 | 0 | 7 | F1 | 52 | 3E |
| Octal | 121 | 116 | 356 | 102 | 103 | 0 | 7 | 361 | 122 | 76 |
| Binary | 1010001 | 1001110 | 11101110 | 1000010 | 1000011 | 0 | 111 | 11110001 | 1010010 | 111110 |
Color Harmonies of #514EEE
Complementary color
Monochromatic Colors of #514EEE
Black with #514EEE
Text Example
Text Example
White with #514EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EEE; }
p { color: rgb(81,78,238); }
H1.HeaderClassName
{
color: #514EEE;
}
.AnyTagClassName
{
color: #514EEE;
}
</style>
background-color css
<style>
a { background-color: #514EEE; }
a { background-color: rgb(81,78,238); }
div.DivClassName
{
background-color: #514EEE;
}
.BgClassName
{
background-color: #514EEE;
}
</style>
border-color css
<style>
span { border-color: #514EEE; }
span { border-color: rgb(81,78,238); }
td.TdClassName
{
border-color: #514EEE;
}
.TagClassName
{
border-color: #514EEE;
}
</style>