Shades of Neon Blue #473FEF
Tints of Neon Blue #473FEF
RGB
CMYK
RGB Variations
Color information
#473FEF (or 0x473FEF) is known color: Neon Blue. HEX triplet: 47, 3F and EF. RGB value is (71,63,239). Sum of RGB (Red+Green+Blue) = 71+63+239=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #473FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FEF is #B8C010. Grayscale: #545454. Windows color (decimal): -12107793 or 15679303. OLE color: 15679303.
HSL color Cylindrical-coordinate representation of color #473FEF: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473FEF is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 63 | 239 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.06 |
| HSL | 242.73º | 0.85% | 0.59% | - |
| HSV(B) | 242.73º | 0.74% | 0.94% | - |
| XYZ | 19.96 | 11.13 | 82.76 | - |
| YUV | 85.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 239 | 0.70 | 0.74 | 0 | 0.06 | 242.73 | 0.85 | 0.59 |
| Hex | 47 | 3F | EF | 46 | 4A | 0 | 6 | F3 | 55 | 3B |
| Octal | 107 | 77 | 357 | 106 | 112 | 0 | 6 | 363 | 125 | 73 |
| Binary | 1000111 | 111111 | 11101111 | 1000110 | 1001010 | 0 | 110 | 11110011 | 1010101 | 111011 |
Color Harmonies of #473FEF
Complementary color
Monochromatic Colors of #473FEF
Black with #473FEF
Text Example
Text Example
White with #473FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FEF; }
p { color: rgb(71,63,239); }
H1.HeaderClassName
{
color: #473FEF;
}
.AnyTagClassName
{
color: #473FEF;
}
</style>
background-color css
<style>
a { background-color: #473FEF; }
a { background-color: rgb(71,63,239); }
div.DivClassName
{
background-color: #473FEF;
}
.BgClassName
{
background-color: #473FEF;
}
</style>
border-color css
<style>
span { border-color: #473FEF; }
span { border-color: rgb(71,63,239); }
td.TdClassName
{
border-color: #473FEF;
}
.TagClassName
{
border-color: #473FEF;
}
</style>