Shades of Neon Blue #5A44F9
Tints of Neon Blue #5A44F9
RGB
CMYK
RGB Variations
Color information
#5A44F9 (or 0x5A44F9) is known color: Neon Blue. HEX triplet: 5A, 44 and F9. RGB value is (90,68,249). Sum of RGB (Red+Green+Blue) = 90+68+249=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A44F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A44F9 is #A5BB06. Grayscale: #5E5E5E. Windows color (decimal): -10861319 or 16335962. OLE color: 16335962.
HSL color Cylindrical-coordinate representation of color #5A44F9: hue angle of 247.29º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A44F9 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 68 | 249 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.02 |
| HSL | 247.29º | 0.94% | 0.62% | - |
| HSV(B) | 247.29º | 0.73% | 0.98% | - |
| XYZ | 23.38 | 13.15 | 90.93 | - |
| YUV | 95.21 | 214.79 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 249 | 0.64 | 0.73 | 0 | 0.02 | 247.29 | 0.94 | 0.62 |
| Hex | 5A | 44 | F9 | 40 | 49 | 0 | 2 | F7 | 5E | 3E |
| Octal | 132 | 104 | 371 | 100 | 111 | 0 | 2 | 367 | 136 | 76 |
| Binary | 1011010 | 1000100 | 11111001 | 1000000 | 1001001 | 0 | 10 | 11110111 | 1011110 | 111110 |
Color Harmonies of #5A44F9
Complementary color
Monochromatic Colors of #5A44F9
Black with #5A44F9
Text Example
Text Example
White with #5A44F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A44F9; }
p { color: rgb(90,68,249); }
H1.HeaderClassName
{
color: #5A44F9;
}
.AnyTagClassName
{
color: #5A44F9;
}
</style>
background-color css
<style>
a { background-color: #5A44F9; }
a { background-color: rgb(90,68,249); }
div.DivClassName
{
background-color: #5A44F9;
}
.BgClassName
{
background-color: #5A44F9;
}
</style>
border-color css
<style>
span { border-color: #5A44F9; }
span { border-color: rgb(90,68,249); }
td.TdClassName
{
border-color: #5A44F9;
}
.TagClassName
{
border-color: #5A44F9;
}
</style>