Shades of Neon Blue #5141DD
Tints of Neon Blue #5141DD
RGB
CMYK
RGB Variations
Color information
#5141DD (or 0x5141DD) is known color: Neon Blue. HEX triplet: 51, 41 and DD. RGB value is (81,65,221). Sum of RGB (Red+Green+Blue) = 81+65+221=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #5141DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141DD is #AEBE22. Grayscale: #565656. Windows color (decimal): -11451939 or 14500177. OLE color: 14500177.
HSL color Cylindrical-coordinate representation of color #5141DD: hue angle of 246.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5141DD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 65 | 221 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.13 |
| HSL | 246.15º | 0.7% | 0.56% | - |
| HSV(B) | 246.15º | 0.71% | 0.87% | - |
| XYZ | 18.33 | 10.75 | 69.52 | - |
| YUV | 87.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 221 | 0.63 | 0.71 | 0 | 0.13 | 246.15 | 0.7 | 0.56 |
| Hex | 51 | 41 | DD | 3F | 47 | 0 | D | F6 | 46 | 38 |
| Octal | 121 | 101 | 335 | 77 | 107 | 0 | 15 | 366 | 106 | 70 |
| Binary | 1010001 | 1000001 | 11011101 | 111111 | 1000111 | 0 | 1101 | 11110110 | 1000110 | 111000 |
Color Harmonies of #5141DD
Complementary color
Monochromatic Colors of #5141DD
Black with #5141DD
Text Example
Text Example
White with #5141DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141DD; }
p { color: rgb(81,65,221); }
H1.HeaderClassName
{
color: #5141DD;
}
.AnyTagClassName
{
color: #5141DD;
}
</style>
background-color css
<style>
a { background-color: #5141DD; }
a { background-color: rgb(81,65,221); }
div.DivClassName
{
background-color: #5141DD;
}
.BgClassName
{
background-color: #5141DD;
}
</style>
border-color css
<style>
span { border-color: #5141DD; }
span { border-color: rgb(81,65,221); }
td.TdClassName
{
border-color: #5141DD;
}
.TagClassName
{
border-color: #5141DD;
}
</style>