Shades of Neon Blue #473CE1
Tints of Neon Blue #473CE1
RGB
CMYK
RGB Variations
Color information
#473CE1 (or 0x473CE1) is known color: Neon Blue. HEX triplet: 47, 3C and E1. RGB value is (71,60,225). Sum of RGB (Red+Green+Blue) = 71+60+225=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #473CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CE1 is #B8C31E. Grayscale: #515151. Windows color (decimal): -12108575 or 14761031. OLE color: 14761031.
HSL color Cylindrical-coordinate representation of color #473CE1: hue angle of 244º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473CE1 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 60 | 225 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.12 |
| HSL | 244º | 0.73% | 0.56% | - |
| HSV(B) | 244º | 0.73% | 0.88% | - |
| XYZ | 17.81 | 10.01 | 72.23 | - |
| YUV | 82.1 | 208.64 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 225 | 0.68 | 0.73 | 0 | 0.12 | 244 | 0.73 | 0.56 |
| Hex | 47 | 3C | E1 | 44 | 49 | 0 | C | F4 | 49 | 38 |
| Octal | 107 | 74 | 341 | 104 | 111 | 0 | 14 | 364 | 111 | 70 |
| Binary | 1000111 | 111100 | 11100001 | 1000100 | 1001001 | 0 | 1100 | 11110100 | 1001001 | 111000 |
Color Harmonies of #473CE1
Complementary color
Monochromatic Colors of #473CE1
Black with #473CE1
Text Example
Text Example
White with #473CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CE1; }
p { color: rgb(71,60,225); }
H1.HeaderClassName
{
color: #473CE1;
}
.AnyTagClassName
{
color: #473CE1;
}
</style>
background-color css
<style>
a { background-color: #473CE1; }
a { background-color: rgb(71,60,225); }
div.DivClassName
{
background-color: #473CE1;
}
.BgClassName
{
background-color: #473CE1;
}
</style>
border-color css
<style>
span { border-color: #473CE1; }
span { border-color: rgb(71,60,225); }
td.TdClassName
{
border-color: #473CE1;
}
.TagClassName
{
border-color: #473CE1;
}
</style>