Shades of Neon Blue #5A48ED
Tints of Neon Blue #5A48ED
RGB
CMYK
RGB Variations
Color information
#5A48ED (or 0x5A48ED) is known color: Neon Blue. HEX triplet: 5A, 48 and ED. RGB value is (90,72,237). Sum of RGB (Red+Green+Blue) = 90+72+237=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A48ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A48ED is #A5B712. Grayscale: #5F5F5F. Windows color (decimal): -10860307 or 15550554. OLE color: 15550554.
HSL color Cylindrical-coordinate representation of color #5A48ED: hue angle of 246.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A48ED is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 72 | 237 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.07 |
| HSL | 246.55º | 0.82% | 0.61% | - |
| HSV(B) | 246.55º | 0.7% | 0.93% | - |
| XYZ | 21.82 | 12.92 | 81.47 | - |
| YUV | 96.19 | 207.46 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 237 | 0.62 | 0.70 | 0 | 0.07 | 246.55 | 0.82 | 0.61 |
| Hex | 5A | 48 | ED | 3E | 46 | 0 | 7 | F7 | 52 | 3D |
| Octal | 132 | 110 | 355 | 76 | 106 | 0 | 7 | 367 | 122 | 75 |
| Binary | 1011010 | 1001000 | 11101101 | 111110 | 1000110 | 0 | 111 | 11110111 | 1010010 | 111101 |
Color Harmonies of #5A48ED
Complementary color
Monochromatic Colors of #5A48ED
Black with #5A48ED
Text Example
Text Example
White with #5A48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A48ED; }
p { color: rgb(90,72,237); }
H1.HeaderClassName
{
color: #5A48ED;
}
.AnyTagClassName
{
color: #5A48ED;
}
</style>
background-color css
<style>
a { background-color: #5A48ED; }
a { background-color: rgb(90,72,237); }
div.DivClassName
{
background-color: #5A48ED;
}
.BgClassName
{
background-color: #5A48ED;
}
</style>
border-color css
<style>
span { border-color: #5A48ED; }
span { border-color: rgb(90,72,237); }
td.TdClassName
{
border-color: #5A48ED;
}
.TagClassName
{
border-color: #5A48ED;
}
</style>