Shades of Neon Blue #5148E5
Tints of Neon Blue #5148E5
RGB
CMYK
RGB Variations
Color information
#5148E5 (or 0x5148E5) is known color: Neon Blue. HEX triplet: 51, 48 and E5. RGB value is (81,72,229). Sum of RGB (Red+Green+Blue) = 81+72+229=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #5148E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148E5 is #AEB71A. Grayscale: #5B5B5B. Windows color (decimal): -11450139 or 15026257. OLE color: 15026257.
HSL color Cylindrical-coordinate representation of color #5148E5: hue angle of 243.44º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5148E5 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 72 | 229 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.10 |
| HSL | 243.44º | 0.75% | 0.59% | - |
| HSV(B) | 243.44º | 0.69% | 0.9% | - |
| XYZ | 19.85 | 12.04 | 75.41 | - |
| YUV | 92.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 229 | 0.65 | 0.69 | 0 | 0.10 | 243.44 | 0.75 | 0.59 |
| Hex | 51 | 48 | E5 | 41 | 45 | 0 | A | F3 | 4B | 3B |
| Octal | 121 | 110 | 345 | 101 | 105 | 0 | 12 | 363 | 113 | 73 |
| Binary | 1010001 | 1001000 | 11100101 | 1000001 | 1000101 | 0 | 1010 | 11110011 | 1001011 | 111011 |
Color Harmonies of #5148E5
Complementary color
Monochromatic Colors of #5148E5
Black with #5148E5
Text Example
Text Example
White with #5148E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148E5; }
p { color: rgb(81,72,229); }
H1.HeaderClassName
{
color: #5148E5;
}
.AnyTagClassName
{
color: #5148E5;
}
</style>
background-color css
<style>
a { background-color: #5148E5; }
a { background-color: rgb(81,72,229); }
div.DivClassName
{
background-color: #5148E5;
}
.BgClassName
{
background-color: #5148E5;
}
</style>
border-color css
<style>
span { border-color: #5148E5; }
span { border-color: rgb(81,72,229); }
td.TdClassName
{
border-color: #5148E5;
}
.TagClassName
{
border-color: #5148E5;
}
</style>