Shades of Neon Blue #514ADE
Tints of Neon Blue #514ADE
RGB
CMYK
RGB Variations
Color information
#514ADE (or 0x514ADE) is known color: Neon Blue. HEX triplet: 51, 4A and DE. RGB value is (81,74,222). Sum of RGB (Red+Green+Blue) = 81+74+222=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #514ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADE is #AEB521. Grayscale: #5C5C5C. Windows color (decimal): -11449634 or 14568017. OLE color: 14568017.
HSL color Cylindrical-coordinate representation of color #514ADE: hue angle of 242.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514ADE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 74 | 222 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.13 |
| HSL | 242.84º | 0.69% | 0.58% | - |
| HSV(B) | 242.84º | 0.67% | 0.87% | - |
| XYZ | 19.03 | 11.92 | 70.41 | - |
| YUV | 92.97 | 200.82 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 222 | 0.64 | 0.67 | 0 | 0.13 | 242.84 | 0.69 | 0.58 |
| Hex | 51 | 4A | DE | 40 | 43 | 0 | D | F3 | 45 | 3A |
| Octal | 121 | 112 | 336 | 100 | 103 | 0 | 15 | 363 | 105 | 72 |
| Binary | 1010001 | 1001010 | 11011110 | 1000000 | 1000011 | 0 | 1101 | 11110011 | 1000101 | 111010 |
Color Harmonies of #514ADE
Complementary color
Monochromatic Colors of #514ADE
Black with #514ADE
Text Example
Text Example
White with #514ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ADE; }
p { color: rgb(81,74,222); }
H1.HeaderClassName
{
color: #514ADE;
}
.AnyTagClassName
{
color: #514ADE;
}
</style>
background-color css
<style>
a { background-color: #514ADE; }
a { background-color: rgb(81,74,222); }
div.DivClassName
{
background-color: #514ADE;
}
.BgClassName
{
background-color: #514ADE;
}
</style>
border-color css
<style>
span { border-color: #514ADE; }
span { border-color: rgb(81,74,222); }
td.TdClassName
{
border-color: #514ADE;
}
.TagClassName
{
border-color: #514ADE;
}
</style>