Shades of Neon Blue #5B49FA
Tints of Neon Blue #5B49FA
RGB
CMYK
RGB Variations
Color information
#5B49FA (or 0x5B49FA) is known color: Neon Blue. HEX triplet: 5B, 49 and FA. RGB value is (91,73,250). Sum of RGB (Red+Green+Blue) = 91+73+250=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B49FA is #A4B605. Grayscale: #616161. Windows color (decimal): -10794502 or 16402779. OLE color: 16402779.
HSL color Cylindrical-coordinate representation of color #5B49FA: hue angle of 246.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B49FA is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 73 | 250 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.02 |
| HSL | 246.1º | 0.95% | 0.63% | - |
| HSV(B) | 246.1º | 0.71% | 0.98% | - |
| XYZ | 23.95 | 13.89 | 91.86 | - |
| YUV | 98.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 250 | 0.64 | 0.71 | 0 | 0.02 | 246.1 | 0.95 | 0.63 |
| Hex | 5B | 49 | FA | 40 | 47 | 0 | 2 | F6 | 5F | 3F |
| Octal | 133 | 111 | 372 | 100 | 107 | 0 | 2 | 366 | 137 | 77 |
| Binary | 1011011 | 1001001 | 11111010 | 1000000 | 1000111 | 0 | 10 | 11110110 | 1011111 | 111111 |
Color Harmonies of #5B49FA
Complementary color
Monochromatic Colors of #5B49FA
Black with #5B49FA
Text Example
Text Example
White with #5B49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B49FA; }
p { color: rgb(91,73,250); }
H1.HeaderClassName
{
color: #5B49FA;
}
.AnyTagClassName
{
color: #5B49FA;
}
</style>
background-color css
<style>
a { background-color: #5B49FA; }
a { background-color: rgb(91,73,250); }
div.DivClassName
{
background-color: #5B49FA;
}
.BgClassName
{
background-color: #5B49FA;
}
</style>
border-color css
<style>
span { border-color: #5B49FA; }
span { border-color: rgb(91,73,250); }
td.TdClassName
{
border-color: #5B49FA;
}
.TagClassName
{
border-color: #5B49FA;
}
</style>