Shades of Neon Blue #5A47FB
Tints of Neon Blue #5A47FB
RGB
CMYK
RGB Variations
Color information
#5A47FB (or 0x5A47FB) is known color: Neon Blue. HEX triplet: 5A, 47 and FB. RGB value is (90,71,251). Sum of RGB (Red+Green+Blue) = 90+71+251=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A47FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A47FB is #A5B804. Grayscale: #606060. Windows color (decimal): -10860549 or 16467802. OLE color: 16467802.
HSL color Cylindrical-coordinate representation of color #5A47FB: hue angle of 246.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A47FB is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 71 | 251 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.02 |
| HSL | 246.33º | 0.96% | 0.63% | - |
| HSV(B) | 246.33º | 0.72% | 0.98% | - |
| XYZ | 23.88 | 13.65 | 92.64 | - |
| YUV | 97.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 251 | 0.64 | 0.72 | 0 | 0.02 | 246.33 | 0.96 | 0.63 |
| Hex | 5A | 47 | FB | 40 | 48 | 0 | 2 | F6 | 60 | 3F |
| Octal | 132 | 107 | 373 | 100 | 110 | 0 | 2 | 366 | 140 | 77 |
| Binary | 1011010 | 1000111 | 11111011 | 1000000 | 1001000 | 0 | 10 | 11110110 | 1100000 | 111111 |
Color Harmonies of #5A47FB
Complementary color
Monochromatic Colors of #5A47FB
Black with #5A47FB
Text Example
Text Example
White with #5A47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A47FB; }
p { color: rgb(90,71,251); }
H1.HeaderClassName
{
color: #5A47FB;
}
.AnyTagClassName
{
color: #5A47FB;
}
</style>
background-color css
<style>
a { background-color: #5A47FB; }
a { background-color: rgb(90,71,251); }
div.DivClassName
{
background-color: #5A47FB;
}
.BgClassName
{
background-color: #5A47FB;
}
</style>
border-color css
<style>
span { border-color: #5A47FB; }
span { border-color: rgb(90,71,251); }
td.TdClassName
{
border-color: #5A47FB;
}
.TagClassName
{
border-color: #5A47FB;
}
</style>