Shades of Neon Blue #5143DE
Tints of Neon Blue #5143DE
RGB
CMYK
RGB Variations
Color information
#5143DE (or 0x5143DE) is known color: Neon Blue. HEX triplet: 51, 43 and DE. RGB value is (81,67,222). Sum of RGB (Red+Green+Blue) = 81+67+222=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #5143DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143DE is #AEBC21. Grayscale: #585858. Windows color (decimal): -11451426 or 14566225. OLE color: 14566225.
HSL color Cylindrical-coordinate representation of color #5143DE: hue angle of 245.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5143DE is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 67 | 222 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.13 |
| HSL | 245.42º | 0.7% | 0.57% | - |
| HSV(B) | 245.42º | 0.7% | 0.87% | - |
| XYZ | 18.59 | 11.04 | 70.26 | - |
| YUV | 88.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 222 | 0.64 | 0.70 | 0 | 0.13 | 245.42 | 0.7 | 0.57 |
| Hex | 51 | 43 | DE | 40 | 46 | 0 | D | F5 | 46 | 39 |
| Octal | 121 | 103 | 336 | 100 | 106 | 0 | 15 | 365 | 106 | 71 |
| Binary | 1010001 | 1000011 | 11011110 | 1000000 | 1000110 | 0 | 1101 | 11110101 | 1000110 | 111001 |
Color Harmonies of #5143DE
Complementary color
Monochromatic Colors of #5143DE
Black with #5143DE
Text Example
Text Example
White with #5143DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143DE; }
p { color: rgb(81,67,222); }
H1.HeaderClassName
{
color: #5143DE;
}
.AnyTagClassName
{
color: #5143DE;
}
</style>
background-color css
<style>
a { background-color: #5143DE; }
a { background-color: rgb(81,67,222); }
div.DivClassName
{
background-color: #5143DE;
}
.BgClassName
{
background-color: #5143DE;
}
</style>
border-color css
<style>
span { border-color: #5143DE; }
span { border-color: rgb(81,67,222); }
td.TdClassName
{
border-color: #5143DE;
}
.TagClassName
{
border-color: #5143DE;
}
</style>