Shades of Neon Blue #514EDF
Tints of Neon Blue #514EDF
RGB
CMYK
RGB Variations
Color information
#514EDF (or 0x514EDF) is known color: Neon Blue. HEX triplet: 51, 4E and DF. RGB value is (81,78,223). Sum of RGB (Red+Green+Blue) = 81+78+223=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #514EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDF is #AEB120. Grayscale: #5E5E5E. Windows color (decimal): -11448609 or 14634577. OLE color: 14634577.
HSL color Cylindrical-coordinate representation of color #514EDF: hue angle of 241.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514EDF is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 78 | 223 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.13 |
| HSL | 241.24º | 0.69% | 0.59% | - |
| HSV(B) | 241.24º | 0.65% | 0.87% | - |
| XYZ | 19.44 | 12.53 | 71.21 | - |
| YUV | 95.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 223 | 0.64 | 0.65 | 0 | 0.13 | 241.24 | 0.69 | 0.59 |
| Hex | 51 | 4E | DF | 40 | 41 | 0 | D | F1 | 45 | 3B |
| Octal | 121 | 116 | 337 | 100 | 101 | 0 | 15 | 361 | 105 | 73 |
| Binary | 1010001 | 1001110 | 11011111 | 1000000 | 1000001 | 0 | 1101 | 11110001 | 1000101 | 111011 |
Color Harmonies of #514EDF
Complementary color
Monochromatic Colors of #514EDF
Black with #514EDF
Text Example
Text Example
White with #514EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EDF; }
p { color: rgb(81,78,223); }
H1.HeaderClassName
{
color: #514EDF;
}
.AnyTagClassName
{
color: #514EDF;
}
</style>
background-color css
<style>
a { background-color: #514EDF; }
a { background-color: rgb(81,78,223); }
div.DivClassName
{
background-color: #514EDF;
}
.BgClassName
{
background-color: #514EDF;
}
</style>
border-color css
<style>
span { border-color: #514EDF; }
span { border-color: rgb(81,78,223); }
td.TdClassName
{
border-color: #514EDF;
}
.TagClassName
{
border-color: #514EDF;
}
</style>