Shades of Neon Blue #5147DD
Tints of Neon Blue #5147DD
RGB
CMYK
RGB Variations
Color information
#5147DD (or 0x5147DD) is known color: Neon Blue. HEX triplet: 51, 47 and DD. RGB value is (81,71,221). Sum of RGB (Red+Green+Blue) = 81+71+221=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #5147DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147DD is #AEB822. Grayscale: #5A5A5A. Windows color (decimal): -11450403 or 14501713. OLE color: 14501713.
HSL color Cylindrical-coordinate representation of color #5147DD: hue angle of 244º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5147DD is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 71 | 221 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.13 |
| HSL | 244º | 0.69% | 0.57% | - |
| HSV(B) | 244º | 0.68% | 0.87% | - |
| XYZ | 18.7 | 11.48 | 69.64 | - |
| YUV | 91.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 221 | 0.63 | 0.68 | 0 | 0.13 | 244 | 0.69 | 0.57 |
| Hex | 51 | 47 | DD | 3F | 44 | 0 | D | F4 | 45 | 39 |
| Octal | 121 | 107 | 335 | 77 | 104 | 0 | 15 | 364 | 105 | 71 |
| Binary | 1010001 | 1000111 | 11011101 | 111111 | 1000100 | 0 | 1101 | 11110100 | 1000101 | 111001 |
Color Harmonies of #5147DD
Complementary color
Monochromatic Colors of #5147DD
Black with #5147DD
Text Example
Text Example
White with #5147DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5147DD; }
p { color: rgb(81,71,221); }
H1.HeaderClassName
{
color: #5147DD;
}
.AnyTagClassName
{
color: #5147DD;
}
</style>
background-color css
<style>
a { background-color: #5147DD; }
a { background-color: rgb(81,71,221); }
div.DivClassName
{
background-color: #5147DD;
}
.BgClassName
{
background-color: #5147DD;
}
</style>
border-color css
<style>
span { border-color: #5147DD; }
span { border-color: rgb(81,71,221); }
td.TdClassName
{
border-color: #5147DD;
}
.TagClassName
{
border-color: #5147DD;
}
</style>