Shades of Neon Blue #5141DC
Tints of Neon Blue #5141DC
RGB
CMYK
RGB Variations
Color information
#5141DC (or 0x5141DC) is known color: Neon Blue. HEX triplet: 51, 41 and DC. RGB value is (81,65,220). Sum of RGB (Red+Green+Blue) = 81+65+220=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #5141DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141DC is #AEBE23. Grayscale: #565656. Windows color (decimal): -11451940 or 14434641. OLE color: 14434641.
HSL color Cylindrical-coordinate representation of color #5141DC: hue angle of 246.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5141DC is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 65 | 220 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.14 |
| HSL | 246.19º | 0.69% | 0.56% | - |
| HSV(B) | 246.19º | 0.7% | 0.86% | - |
| XYZ | 18.2 | 10.7 | 68.82 | - |
| YUV | 87.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 220 | 0.63 | 0.70 | 0 | 0.14 | 246.19 | 0.69 | 0.56 |
| Hex | 51 | 41 | DC | 3F | 46 | 0 | E | F6 | 45 | 38 |
| Octal | 121 | 101 | 334 | 77 | 106 | 0 | 16 | 366 | 105 | 70 |
| Binary | 1010001 | 1000001 | 11011100 | 111111 | 1000110 | 0 | 1110 | 11110110 | 1000101 | 111000 |
Color Harmonies of #5141DC
Complementary color
Monochromatic Colors of #5141DC
Black with #5141DC
Text Example
Text Example
White with #5141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5141DC; }
p { color: rgb(81,65,220); }
H1.HeaderClassName
{
color: #5141DC;
}
.AnyTagClassName
{
color: #5141DC;
}
</style>
background-color css
<style>
a { background-color: #5141DC; }
a { background-color: rgb(81,65,220); }
div.DivClassName
{
background-color: #5141DC;
}
.BgClassName
{
background-color: #5141DC;
}
</style>
border-color css
<style>
span { border-color: #5141DC; }
span { border-color: rgb(81,65,220); }
td.TdClassName
{
border-color: #5141DC;
}
.TagClassName
{
border-color: #5141DC;
}
</style>