Shades of Neon Blue #5A4FFF
Tints of Neon Blue #5A4FFF
RGB
CMYK
RGB Variations
Color information
#5A4FFF (or 0x5A4FFF) is known color: Neon Blue. HEX triplet: 5A, 4F and FF. RGB value is (90,79,255). Sum of RGB (Red+Green+Blue) = 90+79+255=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A4FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4FFF is #A5B000. Grayscale: #656565. Windows color (decimal): -10858497 or 16731994. OLE color: 16731994.
HSL color Cylindrical-coordinate representation of color #5A4FFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A4FFF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 79 | 255 | - |
| CMYK | 0.65 | 0.69 | 0 | 0 |
| HSL | 243.75º | 1% | 0.65% | - |
| HSV(B) | 243.75º | 0.69% | 1% | - |
| XYZ | 25.06 | 14.99 | 96.18 | - |
| YUV | 102.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 255 | 0.65 | 0.69 | 0 | 0 | 243.75 | 1 | 0.65 |
| Hex | 5A | 4F | FF | 41 | 45 | 0 | 0 | F4 | 64 | 41 |
| Octal | 132 | 117 | 377 | 101 | 105 | 0 | 0 | 364 | 144 | 101 |
| Binary | 1011010 | 1001111 | 11111111 | 1000001 | 1000101 | 0 | 0 | 11110100 | 1100100 | 1000001 |
Color Harmonies of #5A4FFF
Complementary color
Monochromatic Colors of #5A4FFF
Black with #5A4FFF
Text Example
Text Example
White with #5A4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4FFF; }
p { color: rgb(90,79,255); }
H1.HeaderClassName
{
color: #5A4FFF;
}
.AnyTagClassName
{
color: #5A4FFF;
}
</style>
background-color css
<style>
a { background-color: #5A4FFF; }
a { background-color: rgb(90,79,255); }
div.DivClassName
{
background-color: #5A4FFF;
}
.BgClassName
{
background-color: #5A4FFF;
}
</style>
border-color css
<style>
span { border-color: #5A4FFF; }
span { border-color: rgb(90,79,255); }
td.TdClassName
{
border-color: #5A4FFF;
}
.TagClassName
{
border-color: #5A4FFF;
}
</style>