Shades of Neon Blue #473EEC
Tints of Neon Blue #473EEC
RGB
CMYK
RGB Variations
Color information
#473EEC (or 0x473EEC) is known color: Neon Blue. HEX triplet: 47, 3E and EC. RGB value is (71,62,236). Sum of RGB (Red+Green+Blue) = 71+62+236=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #473EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473EEC is #B8C113. Grayscale: #535353. Windows color (decimal): -12108052 or 15482439. OLE color: 15482439.
HSL color Cylindrical-coordinate representation of color #473EEC: hue angle of 243.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473EEC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 62 | 236 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.07 |
| HSL | 243.1º | 0.82% | 0.58% | - |
| HSV(B) | 243.1º | 0.74% | 0.93% | - |
| XYZ | 19.46 | 10.84 | 80.42 | - |
| YUV | 84.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 236 | 0.70 | 0.74 | 0 | 0.07 | 243.1 | 0.82 | 0.58 |
| Hex | 47 | 3E | EC | 46 | 4A | 0 | 7 | F3 | 52 | 3A |
| Octal | 107 | 76 | 354 | 106 | 112 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000111 | 111110 | 11101100 | 1000110 | 1001010 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #473EEC
Complementary color
Monochromatic Colors of #473EEC
Black with #473EEC
Text Example
Text Example
White with #473EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473EEC; }
p { color: rgb(71,62,236); }
H1.HeaderClassName
{
color: #473EEC;
}
.AnyTagClassName
{
color: #473EEC;
}
</style>
background-color css
<style>
a { background-color: #473EEC; }
a { background-color: rgb(71,62,236); }
div.DivClassName
{
background-color: #473EEC;
}
.BgClassName
{
background-color: #473EEC;
}
</style>
border-color css
<style>
span { border-color: #473EEC; }
span { border-color: rgb(71,62,236); }
td.TdClassName
{
border-color: #473EEC;
}
.TagClassName
{
border-color: #473EEC;
}
</style>