Shades of Neon Blue #5A50FF
Tints of Neon Blue #5A50FF
RGB
CMYK
RGB Variations
Color information
#5A50FF (or 0x5A50FF) is known color: Neon Blue. HEX triplet: 5A, 50 and FF. RGB value is (90,80,255). Sum of RGB (Red+Green+Blue) = 90+80+255=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A50FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A50FF is #A5AF00. Grayscale: #666666. Windows color (decimal): -10858241 or 16732250. OLE color: 16732250.
HSL color Cylindrical-coordinate representation of color #5A50FF: hue angle of 243.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A50FF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 80 | 255 | - |
| CMYK | 0.65 | 0.69 | 0 | 0 |
| HSL | 243.43º | 1% | 0.66% | - |
| HSV(B) | 243.43º | 0.69% | 1% | - |
| XYZ | 25.14 | 15.13 | 96.2 | - |
| YUV | 102.94 | 213.81 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 255 | 0.65 | 0.69 | 0 | 0 | 243.43 | 1 | 0.66 |
| Hex | 5A | 50 | FF | 41 | 45 | 0 | 0 | F3 | 64 | 42 |
| Octal | 132 | 120 | 377 | 101 | 105 | 0 | 0 | 363 | 144 | 102 |
| Binary | 1011010 | 1010000 | 11111111 | 1000001 | 1000101 | 0 | 0 | 11110011 | 1100100 | 1000010 |
Color Harmonies of #5A50FF
Complementary color
Monochromatic Colors of #5A50FF
Black with #5A50FF
Text Example
Text Example
White with #5A50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A50FF; }
p { color: rgb(90,80,255); }
H1.HeaderClassName
{
color: #5A50FF;
}
.AnyTagClassName
{
color: #5A50FF;
}
</style>
background-color css
<style>
a { background-color: #5A50FF; }
a { background-color: rgb(90,80,255); }
div.DivClassName
{
background-color: #5A50FF;
}
.BgClassName
{
background-color: #5A50FF;
}
</style>
border-color css
<style>
span { border-color: #5A50FF; }
span { border-color: rgb(90,80,255); }
td.TdClassName
{
border-color: #5A50FF;
}
.TagClassName
{
border-color: #5A50FF;
}
</style>