Shades of Neon Blue #5A50FE
Tints of Neon Blue #5A50FE
RGB
CMYK
RGB Variations
Color information
#5A50FE (or 0x5A50FE) is known color: Neon Blue. HEX triplet: 5A, 50 and FE. RGB value is (90,80,254). Sum of RGB (Red+Green+Blue) = 90+80+254=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A50FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A50FE is #A5AF01. Grayscale: #666666. Windows color (decimal): -10858242 or 16666714. OLE color: 16666714.
HSL color Cylindrical-coordinate representation of color #5A50FE: hue angle of 243.45º 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 #5A50FE is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 80 | 254 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.00 |
| HSL | 243.45º | 0.99% | 0.65% | - |
| HSV(B) | 243.45º | 0.69% | 1% | - |
| XYZ | 24.97 | 15.07 | 95.36 | - |
| YUV | 102.83 | 213.31 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 254 | 0.65 | 0.69 | 0 | 0.00 | 243.45 | 0.99 | 0.65 |
| Hex | 5A | 50 | FE | 41 | 45 | 0 | 0 | F3 | 63 | 41 |
| Octal | 132 | 120 | 376 | 101 | 105 | 0 | 0 | 363 | 143 | 101 |
| Binary | 1011010 | 1010000 | 11111110 | 1000001 | 1000101 | 0 | 0 | 11110011 | 1100011 | 1000001 |
Color Harmonies of #5A50FE
Complementary color
Monochromatic Colors of #5A50FE
Black with #5A50FE
Text Example
Text Example
White with #5A50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A50FE; }
p { color: rgb(90,80,254); }
H1.HeaderClassName
{
color: #5A50FE;
}
.AnyTagClassName
{
color: #5A50FE;
}
</style>
background-color css
<style>
a { background-color: #5A50FE; }
a { background-color: rgb(90,80,254); }
div.DivClassName
{
background-color: #5A50FE;
}
.BgClassName
{
background-color: #5A50FE;
}
</style>
border-color css
<style>
span { border-color: #5A50FE; }
span { border-color: rgb(90,80,254); }
td.TdClassName
{
border-color: #5A50FE;
}
.TagClassName
{
border-color: #5A50FE;
}
</style>