Shades of Neon Blue #5A4FFE
Tints of Neon Blue #5A4FFE
RGB
CMYK
RGB Variations
Color information
#5A4FFE (or 0x5A4FFE) is known color: Neon Blue. HEX triplet: 5A, 4F and FE. RGB value is (90,79,254). Sum of RGB (Red+Green+Blue) = 90+79+254=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A4FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4FFE is #A5B001. Grayscale: #656565. Windows color (decimal): -10858498 or 16666458. OLE color: 16666458.
HSL color Cylindrical-coordinate representation of color #5A4FFE: hue angle of 243.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A4FFE is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 79 | 254 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.00 |
| HSL | 243.77º | 0.99% | 0.65% | - |
| HSV(B) | 243.77º | 0.69% | 1% | - |
| XYZ | 24.9 | 14.92 | 95.33 | - |
| YUV | 102.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 254 | 0.65 | 0.69 | 0 | 0.00 | 243.77 | 0.99 | 0.65 |
| Hex | 5A | 4F | FE | 41 | 45 | 0 | 0 | F4 | 63 | 41 |
| Octal | 132 | 117 | 376 | 101 | 105 | 0 | 0 | 364 | 143 | 101 |
| Binary | 1011010 | 1001111 | 11111110 | 1000001 | 1000101 | 0 | 0 | 11110100 | 1100011 | 1000001 |
Color Harmonies of #5A4FFE
Complementary color
Monochromatic Colors of #5A4FFE
Black with #5A4FFE
Text Example
Text Example
White with #5A4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4FFE; }
p { color: rgb(90,79,254); }
H1.HeaderClassName
{
color: #5A4FFE;
}
.AnyTagClassName
{
color: #5A4FFE;
}
</style>
background-color css
<style>
a { background-color: #5A4FFE; }
a { background-color: rgb(90,79,254); }
div.DivClassName
{
background-color: #5A4FFE;
}
.BgClassName
{
background-color: #5A4FFE;
}
</style>
border-color css
<style>
span { border-color: #5A4FFE; }
span { border-color: rgb(90,79,254); }
td.TdClassName
{
border-color: #5A4FFE;
}
.TagClassName
{
border-color: #5A4FFE;
}
</style>