Shades of Neon Blue #514BDE
Tints of Neon Blue #514BDE
RGB
CMYK
RGB Variations
Color information
#514BDE (or 0x514BDE) is known color: Neon Blue. HEX triplet: 51, 4B and DE. RGB value is (81,75,222). Sum of RGB (Red+Green+Blue) = 81+75+222=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #514BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BDE is #AEB421. Grayscale: #5C5C5C. Windows color (decimal): -11449378 or 14568273. OLE color: 14568273.
HSL color Cylindrical-coordinate representation of color #514BDE: hue angle of 242.45º degrees, saturation: 0.69, 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 #514BDE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 75 | 222 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.13 |
| HSL | 242.45º | 0.69% | 0.58% | - |
| HSV(B) | 242.45º | 0.66% | 0.87% | - |
| XYZ | 19.09 | 12.06 | 70.43 | - |
| YUV | 93.55 | 200.49 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 222 | 0.64 | 0.66 | 0 | 0.13 | 242.45 | 0.69 | 0.58 |
| Hex | 51 | 4B | DE | 40 | 42 | 0 | D | F2 | 45 | 3A |
| Octal | 121 | 113 | 336 | 100 | 102 | 0 | 15 | 362 | 105 | 72 |
| Binary | 1010001 | 1001011 | 11011110 | 1000000 | 1000010 | 0 | 1101 | 11110010 | 1000101 | 111010 |
Color Harmonies of #514BDE
Complementary color
Monochromatic Colors of #514BDE
Black with #514BDE
Text Example
Text Example
White with #514BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BDE; }
p { color: rgb(81,75,222); }
H1.HeaderClassName
{
color: #514BDE;
}
.AnyTagClassName
{
color: #514BDE;
}
</style>
background-color css
<style>
a { background-color: #514BDE; }
a { background-color: rgb(81,75,222); }
div.DivClassName
{
background-color: #514BDE;
}
.BgClassName
{
background-color: #514BDE;
}
</style>
border-color css
<style>
span { border-color: #514BDE; }
span { border-color: rgb(81,75,222); }
td.TdClassName
{
border-color: #514BDE;
}
.TagClassName
{
border-color: #514BDE;
}
</style>