Shades of Neon Blue #514CDF
Tints of Neon Blue #514CDF
RGB
CMYK
RGB Variations
Color information
#514CDF (or 0x514CDF) is known color: Neon Blue. HEX triplet: 51, 4C and DF. RGB value is (81,76,223). Sum of RGB (Red+Green+Blue) = 81+76+223=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #514CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CDF is #AEB320. Grayscale: #5D5D5D. Windows color (decimal): -11449121 or 14634065. OLE color: 14634065.
HSL color Cylindrical-coordinate representation of color #514CDF: hue angle of 242.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514CDF is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 76 | 223 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.13 |
| HSL | 242.04º | 0.7% | 0.59% | - |
| HSV(B) | 242.04º | 0.66% | 0.87% | - |
| XYZ | 19.3 | 12.25 | 71.16 | - |
| YUV | 94.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 223 | 0.64 | 0.66 | 0 | 0.13 | 242.04 | 0.7 | 0.59 |
| Hex | 51 | 4C | DF | 40 | 42 | 0 | D | F2 | 46 | 3B |
| Octal | 121 | 114 | 337 | 100 | 102 | 0 | 15 | 362 | 106 | 73 |
| Binary | 1010001 | 1001100 | 11011111 | 1000000 | 1000010 | 0 | 1101 | 11110010 | 1000110 | 111011 |
Color Harmonies of #514CDF
Complementary color
Monochromatic Colors of #514CDF
Black with #514CDF
Text Example
Text Example
White with #514CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CDF; }
p { color: rgb(81,76,223); }
H1.HeaderClassName
{
color: #514CDF;
}
.AnyTagClassName
{
color: #514CDF;
}
</style>
background-color css
<style>
a { background-color: #514CDF; }
a { background-color: rgb(81,76,223); }
div.DivClassName
{
background-color: #514CDF;
}
.BgClassName
{
background-color: #514CDF;
}
</style>
border-color css
<style>
span { border-color: #514CDF; }
span { border-color: rgb(81,76,223); }
td.TdClassName
{
border-color: #514CDF;
}
.TagClassName
{
border-color: #514CDF;
}
</style>