Shades of Neon Blue #514EEA
Tints of Neon Blue #514EEA
RGB
CMYK
RGB Variations
Color information
#514EEA (or 0x514EEA) is known color: Neon Blue. HEX triplet: 51, 4E and EA. RGB value is (81,78,234). Sum of RGB (Red+Green+Blue) = 81+78+234=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #514EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEA is #AEB115. Grayscale: #606060. Windows color (decimal): -11448598 or 15355473. OLE color: 15355473.
HSL color Cylindrical-coordinate representation of color #514EEA: hue angle of 241.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 78 | 234 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.08 |
| HSL | 241.15º | 0.79% | 0.61% | - |
| HSV(B) | 241.15º | 0.67% | 0.92% | - |
| XYZ | 20.97 | 13.14 | 79.27 | - |
| YUV | 96.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 234 | 0.65 | 0.67 | 0 | 0.08 | 241.15 | 0.79 | 0.61 |
| Hex | 51 | 4E | EA | 41 | 43 | 0 | 8 | F1 | 4F | 3D |
| Octal | 121 | 116 | 352 | 101 | 103 | 0 | 10 | 361 | 117 | 75 |
| Binary | 1010001 | 1001110 | 11101010 | 1000001 | 1000011 | 0 | 1000 | 11110001 | 1001111 | 111101 |
Color Harmonies of #514EEA
Complementary color
Monochromatic Colors of #514EEA
Black with #514EEA
Text Example
Text Example
White with #514EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EEA; }
p { color: rgb(81,78,234); }
H1.HeaderClassName
{
color: #514EEA;
}
.AnyTagClassName
{
color: #514EEA;
}
</style>
background-color css
<style>
a { background-color: #514EEA; }
a { background-color: rgb(81,78,234); }
div.DivClassName
{
background-color: #514EEA;
}
.BgClassName
{
background-color: #514EEA;
}
</style>
border-color css
<style>
span { border-color: #514EEA; }
span { border-color: rgb(81,78,234); }
td.TdClassName
{
border-color: #514EEA;
}
.TagClassName
{
border-color: #514EEA;
}
</style>