Shades of Neon Blue #514BDF
Tints of Neon Blue #514BDF
RGB
CMYK
RGB Variations
Color information
#514BDF (or 0x514BDF) is known color: Neon Blue. HEX triplet: 51, 4B and DF. RGB value is (81,75,223). Sum of RGB (Red+Green+Blue) = 81+75+223=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #514BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BDF is #AEB420. Grayscale: #5D5D5D. Windows color (decimal): -11449377 or 14633809. OLE color: 14633809.
HSL color Cylindrical-coordinate representation of color #514BDF: hue angle of 242.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514BDF is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 75 | 223 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.13 |
| HSL | 242.43º | 0.7% | 0.58% | - |
| HSV(B) | 242.43º | 0.66% | 0.87% | - |
| XYZ | 19.23 | 12.11 | 71.14 | - |
| YUV | 93.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 223 | 0.64 | 0.66 | 0 | 0.13 | 242.43 | 0.7 | 0.58 |
| Hex | 51 | 4B | DF | 40 | 42 | 0 | D | F2 | 46 | 3A |
| Octal | 121 | 113 | 337 | 100 | 102 | 0 | 15 | 362 | 106 | 72 |
| Binary | 1010001 | 1001011 | 11011111 | 1000000 | 1000010 | 0 | 1101 | 11110010 | 1000110 | 111010 |
Color Harmonies of #514BDF
Complementary color
Monochromatic Colors of #514BDF
Black with #514BDF
Text Example
Text Example
White with #514BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BDF; }
p { color: rgb(81,75,223); }
H1.HeaderClassName
{
color: #514BDF;
}
.AnyTagClassName
{
color: #514BDF;
}
</style>
background-color css
<style>
a { background-color: #514BDF; }
a { background-color: rgb(81,75,223); }
div.DivClassName
{
background-color: #514BDF;
}
.BgClassName
{
background-color: #514BDF;
}
</style>
border-color css
<style>
span { border-color: #514BDF; }
span { border-color: rgb(81,75,223); }
td.TdClassName
{
border-color: #514BDF;
}
.TagClassName
{
border-color: #514BDF;
}
</style>