Shades of Neon Blue #473FE3
Tints of Neon Blue #473FE3
RGB
CMYK
RGB Variations
Color information
#473FE3 (or 0x473FE3) is known color: Neon Blue. HEX triplet: 47, 3F and E3. RGB value is (71,63,227). Sum of RGB (Red+Green+Blue) = 71+63+227=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 227 (89.06% from 255 or 62.88% from 361); Max value from RGB is 227 - color contains mainly: blue. Hex color #473FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FE3 is #B8C01C. Grayscale: #535353. Windows color (decimal): -12107805 or 14892871. OLE color: 14892871.
HSL color Cylindrical-coordinate representation of color #473FE3: hue angle of 242.93º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473FE3 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 63 | 227 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.11 |
| HSL | 242.93º | 0.75% | 0.57% | - |
| HSV(B) | 242.93º | 0.72% | 0.89% | - |
| XYZ | 18.24 | 10.44 | 73.73 | - |
| YUV | 84.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 227 | 0.69 | 0.72 | 0 | 0.11 | 242.93 | 0.75 | 0.57 |
| Hex | 47 | 3F | E3 | 45 | 48 | 0 | B | F3 | 4B | 39 |
| Octal | 107 | 77 | 343 | 105 | 110 | 0 | 13 | 363 | 113 | 71 |
| Binary | 1000111 | 111111 | 11100011 | 1000101 | 1001000 | 0 | 1011 | 11110011 | 1001011 | 111001 |
Color Harmonies of #473FE3
Complementary color
Monochromatic Colors of #473FE3
Black with #473FE3
Text Example
Text Example
White with #473FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FE3; }
p { color: rgb(71,63,227); }
H1.HeaderClassName
{
color: #473FE3;
}
.AnyTagClassName
{
color: #473FE3;
}
</style>
background-color css
<style>
a { background-color: #473FE3; }
a { background-color: rgb(71,63,227); }
div.DivClassName
{
background-color: #473FE3;
}
.BgClassName
{
background-color: #473FE3;
}
</style>
border-color css
<style>
span { border-color: #473FE3; }
span { border-color: rgb(71,63,227); }
td.TdClassName
{
border-color: #473FE3;
}
.TagClassName
{
border-color: #473FE3;
}
</style>