Shades of Neon Blue #473BEA
Tints of Neon Blue #473BEA
RGB
CMYK
RGB Variations
Color information
#473BEA (or 0x473BEA) is known color: Neon Blue. HEX triplet: 47, 3B and EA. RGB value is (71,59,234). Sum of RGB (Red+Green+Blue) = 71+59+234=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #473BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473BEA is #B8C415. Grayscale: #515151. Windows color (decimal): -12108822 or 15350599. OLE color: 15350599.
HSL color Cylindrical-coordinate representation of color #473BEA: hue angle of 244.11º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473BEA is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 59 | 234 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.08 |
| HSL | 244.11º | 0.81% | 0.57% | - |
| HSV(B) | 244.11º | 0.75% | 0.92% | - |
| XYZ | 19.01 | 10.41 | 78.85 | - |
| YUV | 82.54 | 213.48 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 234 | 0.70 | 0.75 | 0 | 0.08 | 244.11 | 0.81 | 0.57 |
| Hex | 47 | 3B | EA | 46 | 4B | 0 | 8 | F4 | 51 | 39 |
| Octal | 107 | 73 | 352 | 106 | 113 | 0 | 10 | 364 | 121 | 71 |
| Binary | 1000111 | 111011 | 11101010 | 1000110 | 1001011 | 0 | 1000 | 11110100 | 1010001 | 111001 |
Color Harmonies of #473BEA
Complementary color
Monochromatic Colors of #473BEA
Black with #473BEA
Text Example
Text Example
White with #473BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BEA; }
p { color: rgb(71,59,234); }
H1.HeaderClassName
{
color: #473BEA;
}
.AnyTagClassName
{
color: #473BEA;
}
</style>
background-color css
<style>
a { background-color: #473BEA; }
a { background-color: rgb(71,59,234); }
div.DivClassName
{
background-color: #473BEA;
}
.BgClassName
{
background-color: #473BEA;
}
</style>
border-color css
<style>
span { border-color: #473BEA; }
span { border-color: rgb(71,59,234); }
td.TdClassName
{
border-color: #473BEA;
}
.TagClassName
{
border-color: #473BEA;
}
</style>