Shades of Neon Blue #473FEB
Tints of Neon Blue #473FEB
RGB
CMYK
RGB Variations
Color information
#473FEB (or 0x473FEB) is known color: Neon Blue. HEX triplet: 47, 3F and EB. RGB value is (71,63,235). Sum of RGB (Red+Green+Blue) = 71+63+235=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #473FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FEB is #B8C014. Grayscale: #545454. Windows color (decimal): -12107797 or 15417159. OLE color: 15417159.
HSL color Cylindrical-coordinate representation of color #473FEB: hue angle of 242.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473FEB is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 63 | 235 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.08 |
| HSL | 242.79º | 0.81% | 0.58% | - |
| HSV(B) | 242.79º | 0.73% | 0.92% | - |
| XYZ | 19.37 | 10.89 | 79.68 | - |
| YUV | 85 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 235 | 0.70 | 0.73 | 0 | 0.08 | 242.79 | 0.81 | 0.58 |
| Hex | 47 | 3F | EB | 46 | 49 | 0 | 8 | F3 | 51 | 3A |
| Octal | 107 | 77 | 353 | 106 | 111 | 0 | 10 | 363 | 121 | 72 |
| Binary | 1000111 | 111111 | 11101011 | 1000110 | 1001001 | 0 | 1000 | 11110011 | 1010001 | 111010 |
Color Harmonies of #473FEB
Complementary color
Monochromatic Colors of #473FEB
Black with #473FEB
Text Example
Text Example
White with #473FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FEB; }
p { color: rgb(71,63,235); }
H1.HeaderClassName
{
color: #473FEB;
}
.AnyTagClassName
{
color: #473FEB;
}
</style>
background-color css
<style>
a { background-color: #473FEB; }
a { background-color: rgb(71,63,235); }
div.DivClassName
{
background-color: #473FEB;
}
.BgClassName
{
background-color: #473FEB;
}
</style>
border-color css
<style>
span { border-color: #473FEB; }
span { border-color: rgb(71,63,235); }
td.TdClassName
{
border-color: #473FEB;
}
.TagClassName
{
border-color: #473FEB;
}
</style>