Shades of Neon Blue #473BE5
Tints of Neon Blue #473BE5
RGB
CMYK
RGB Variations
Color information
#473BE5 (or 0x473BE5) is known color: Neon Blue. HEX triplet: 47, 3B and E5. RGB value is (71,59,229). Sum of RGB (Red+Green+Blue) = 71+59+229=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #473BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BE5 is #B8C41A. Grayscale: #515151. Windows color (decimal): -12108827 or 15022919. OLE color: 15022919.
HSL color Cylindrical-coordinate representation of color #473BE5: hue angle of 244.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473BE5 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 59 | 229 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.10 |
| HSL | 244.24º | 0.77% | 0.56% | - |
| HSV(B) | 244.24º | 0.74% | 0.9% | - |
| XYZ | 18.31 | 10.12 | 75.12 | - |
| YUV | 81.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 229 | 0.69 | 0.74 | 0 | 0.10 | 244.24 | 0.77 | 0.56 |
| Hex | 47 | 3B | E5 | 45 | 4A | 0 | A | F4 | 4D | 38 |
| Octal | 107 | 73 | 345 | 105 | 112 | 0 | 12 | 364 | 115 | 70 |
| Binary | 1000111 | 111011 | 11100101 | 1000101 | 1001010 | 0 | 1010 | 11110100 | 1001101 | 111000 |
Color Harmonies of #473BE5
Complementary color
Monochromatic Colors of #473BE5
Black with #473BE5
Text Example
Text Example
White with #473BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BE5; }
p { color: rgb(71,59,229); }
H1.HeaderClassName
{
color: #473BE5;
}
.AnyTagClassName
{
color: #473BE5;
}
</style>
background-color css
<style>
a { background-color: #473BE5; }
a { background-color: rgb(71,59,229); }
div.DivClassName
{
background-color: #473BE5;
}
.BgClassName
{
background-color: #473BE5;
}
</style>
border-color css
<style>
span { border-color: #473BE5; }
span { border-color: rgb(71,59,229); }
td.TdClassName
{
border-color: #473BE5;
}
.TagClassName
{
border-color: #473BE5;
}
</style>