Shades of Neon Blue #5143EB
Tints of Neon Blue #5143EB
RGB
CMYK
RGB Variations
Color information
#5143EB (or 0x5143EB) is known color: Neon Blue. HEX triplet: 51, 43 and EB. RGB value is (81,67,235). Sum of RGB (Red+Green+Blue) = 81+67+235=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #5143EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5143EB is #AEBC14. Grayscale: #595959. Windows color (decimal): -11451413 or 15418193. OLE color: 15418193.
HSL color Cylindrical-coordinate representation of color #5143EB: hue angle of 245º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5143EB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 67 | 235 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.08 |
| HSL | 245º | 0.81% | 0.59% | - |
| HSV(B) | 245º | 0.71% | 0.92% | - |
| XYZ | 20.4 | 11.76 | 79.79 | - |
| YUV | 90.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 235 | 0.66 | 0.71 | 0 | 0.08 | 245 | 0.81 | 0.59 |
| Hex | 51 | 43 | EB | 42 | 47 | 0 | 8 | F5 | 51 | 3B |
| Octal | 121 | 103 | 353 | 102 | 107 | 0 | 10 | 365 | 121 | 73 |
| Binary | 1010001 | 1000011 | 11101011 | 1000010 | 1000111 | 0 | 1000 | 11110101 | 1010001 | 111011 |
Color Harmonies of #5143EB
Complementary color
Monochromatic Colors of #5143EB
Black with #5143EB
Text Example
Text Example
White with #5143EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143EB; }
p { color: rgb(81,67,235); }
H1.HeaderClassName
{
color: #5143EB;
}
.AnyTagClassName
{
color: #5143EB;
}
</style>
background-color css
<style>
a { background-color: #5143EB; }
a { background-color: rgb(81,67,235); }
div.DivClassName
{
background-color: #5143EB;
}
.BgClassName
{
background-color: #5143EB;
}
</style>
border-color css
<style>
span { border-color: #5143EB; }
span { border-color: rgb(81,67,235); }
td.TdClassName
{
border-color: #5143EB;
}
.TagClassName
{
border-color: #5143EB;
}
</style>