Shades of Neon Blue #5A36F9
Tints of Neon Blue #5A36F9
RGB
CMYK
RGB Variations
Color information
#5A36F9 (or 0x5A36F9) is known color: Neon Blue. HEX triplet: 5A, 36 and F9. RGB value is (90,54,249). Sum of RGB (Red+Green+Blue) = 90+54+249=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A36F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A36F9 is #A5C906. Grayscale: #565656. Windows color (decimal): -10864903 or 16332378. OLE color: 16332378.
HSL color Cylindrical-coordinate representation of color #5A36F9: hue angle of 251.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A36F9 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 54 | 249 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.02 |
| HSL | 251.08º | 0.94% | 0.59% | - |
| HSV(B) | 251.08º | 0.78% | 0.98% | - |
| XYZ | 22.63 | 11.65 | 90.68 | - |
| YUV | 86.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 249 | 0.64 | 0.78 | 0 | 0.02 | 251.08 | 0.94 | 0.59 |
| Hex | 5A | 36 | F9 | 40 | 4E | 0 | 2 | FB | 5E | 3B |
| Octal | 132 | 66 | 371 | 100 | 116 | 0 | 2 | 373 | 136 | 73 |
| Binary | 1011010 | 110110 | 11111001 | 1000000 | 1001110 | 0 | 10 | 11111011 | 1011110 | 111011 |
Color Harmonies of #5A36F9
Complementary color
Monochromatic Colors of #5A36F9
Black with #5A36F9
Text Example
Text Example
White with #5A36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36F9; }
p { color: rgb(90,54,249); }
H1.HeaderClassName
{
color: #5A36F9;
}
.AnyTagClassName
{
color: #5A36F9;
}
</style>
background-color css
<style>
a { background-color: #5A36F9; }
a { background-color: rgb(90,54,249); }
div.DivClassName
{
background-color: #5A36F9;
}
.BgClassName
{
background-color: #5A36F9;
}
</style>
border-color css
<style>
span { border-color: #5A36F9; }
span { border-color: rgb(90,54,249); }
td.TdClassName
{
border-color: #5A36F9;
}
.TagClassName
{
border-color: #5A36F9;
}
</style>