Shades of Neon Blue #473DE3
Tints of Neon Blue #473DE3
RGB
CMYK
RGB Variations
Color information
#473DE3 (or 0x473DE3) is known color: Neon Blue. HEX triplet: 47, 3D and E3. RGB value is (71,61,227). Sum of RGB (Red+Green+Blue) = 71+61+227=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #473DE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DE3 is #B8C21C. Grayscale: #525252. Windows color (decimal): -12108317 or 14892359. OLE color: 14892359.
HSL color Cylindrical-coordinate representation of color #473DE3: hue angle of 243.61º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473DE3 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 61 | 227 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.11 |
| HSL | 243.61º | 0.75% | 0.56% | - |
| HSV(B) | 243.61º | 0.73% | 0.89% | - |
| XYZ | 18.13 | 10.22 | 73.69 | - |
| YUV | 82.91 | 209.31 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 227 | 0.69 | 0.73 | 0 | 0.11 | 243.61 | 0.75 | 0.56 |
| Hex | 47 | 3D | E3 | 45 | 49 | 0 | B | F4 | 4B | 38 |
| Octal | 107 | 75 | 343 | 105 | 111 | 0 | 13 | 364 | 113 | 70 |
| Binary | 1000111 | 111101 | 11100011 | 1000101 | 1001001 | 0 | 1011 | 11110100 | 1001011 | 111000 |
Color Harmonies of #473DE3
Complementary color
Monochromatic Colors of #473DE3
Black with #473DE3
Text Example
Text Example
White with #473DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DE3; }
p { color: rgb(71,61,227); }
H1.HeaderClassName
{
color: #473DE3;
}
.AnyTagClassName
{
color: #473DE3;
}
</style>
background-color css
<style>
a { background-color: #473DE3; }
a { background-color: rgb(71,61,227); }
div.DivClassName
{
background-color: #473DE3;
}
.BgClassName
{
background-color: #473DE3;
}
</style>
border-color css
<style>
span { border-color: #473DE3; }
span { border-color: rgb(71,61,227); }
td.TdClassName
{
border-color: #473DE3;
}
.TagClassName
{
border-color: #473DE3;
}
</style>