Shades of Neon Blue #514DDF
Tints of Neon Blue #514DDF
RGB
CMYK
RGB Variations
Color information
#514DDF (or 0x514DDF) is known color: Neon Blue. HEX triplet: 51, 4D and DF. RGB value is (81,77,223). Sum of RGB (Red+Green+Blue) = 81+77+223=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #514DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DDF is #AEB220. Grayscale: #5E5E5E. Windows color (decimal): -11448865 or 14634321. OLE color: 14634321.
HSL color Cylindrical-coordinate representation of color #514DDF: hue angle of 241.64º degrees, saturation: 0.7, 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 #514DDF is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 77 | 223 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.13 |
| HSL | 241.64º | 0.7% | 0.59% | - |
| HSV(B) | 241.64º | 0.65% | 0.87% | - |
| XYZ | 19.37 | 12.38 | 71.18 | - |
| YUV | 94.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 223 | 0.64 | 0.65 | 0 | 0.13 | 241.64 | 0.7 | 0.59 |
| Hex | 51 | 4D | DF | 40 | 41 | 0 | D | F2 | 46 | 3B |
| Octal | 121 | 115 | 337 | 100 | 101 | 0 | 15 | 362 | 106 | 73 |
| Binary | 1010001 | 1001101 | 11011111 | 1000000 | 1000001 | 0 | 1101 | 11110010 | 1000110 | 111011 |
Color Harmonies of #514DDF
Complementary color
Monochromatic Colors of #514DDF
Black with #514DDF
Text Example
Text Example
White with #514DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DDF; }
p { color: rgb(81,77,223); }
H1.HeaderClassName
{
color: #514DDF;
}
.AnyTagClassName
{
color: #514DDF;
}
</style>
background-color css
<style>
a { background-color: #514DDF; }
a { background-color: rgb(81,77,223); }
div.DivClassName
{
background-color: #514DDF;
}
.BgClassName
{
background-color: #514DDF;
}
</style>
border-color css
<style>
span { border-color: #514DDF; }
span { border-color: rgb(81,77,223); }
td.TdClassName
{
border-color: #514DDF;
}
.TagClassName
{
border-color: #514DDF;
}
</style>