Shades of Neon Blue #473EFE
Tints of Neon Blue #473EFE
RGB
CMYK
RGB Variations
Color information
#473EFE (or 0x473EFE) is known color: Neon Blue. HEX triplet: 47, 3E and FE. RGB value is (71,62,254). Sum of RGB (Red+Green+Blue) = 71+62+254=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #473EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473EFE is #B8C101. Grayscale: #555555. Windows color (decimal): -12108034 or 16662087. OLE color: 16662087.
HSL color Cylindrical-coordinate representation of color #473EFE: hue angle of 242.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473EFE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 62 | 254 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.00 |
| HSL | 242.81º | 0.99% | 0.62% | - |
| HSV(B) | 242.81º | 0.76% | 1% | - |
| XYZ | 22.21 | 11.94 | 94.9 | - |
| YUV | 86.58 | 222.48 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 254 | 0.72 | 0.76 | 0 | 0.00 | 242.81 | 0.99 | 0.62 |
| Hex | 47 | 3E | FE | 48 | 4C | 0 | 0 | F3 | 63 | 3E |
| Octal | 107 | 76 | 376 | 110 | 114 | 0 | 0 | 363 | 143 | 76 |
| Binary | 1000111 | 111110 | 11111110 | 1001000 | 1001100 | 0 | 0 | 11110011 | 1100011 | 111110 |
Color Harmonies of #473EFE
Complementary color
Monochromatic Colors of #473EFE
Black with #473EFE
Text Example
Text Example
White with #473EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473EFE; }
p { color: rgb(71,62,254); }
H1.HeaderClassName
{
color: #473EFE;
}
.AnyTagClassName
{
color: #473EFE;
}
</style>
background-color css
<style>
a { background-color: #473EFE; }
a { background-color: rgb(71,62,254); }
div.DivClassName
{
background-color: #473EFE;
}
.BgClassName
{
background-color: #473EFE;
}
</style>
border-color css
<style>
span { border-color: #473EFE; }
span { border-color: rgb(71,62,254); }
td.TdClassName
{
border-color: #473EFE;
}
.TagClassName
{
border-color: #473EFE;
}
</style>