Shades of Neon Blue #473ADF
Tints of Neon Blue #473ADF
RGB
CMYK
RGB Variations
Color information
#473ADF (or 0x473ADF) is known color: Neon Blue. HEX triplet: 47, 3A and DF. RGB value is (71,58,223). Sum of RGB (Red+Green+Blue) = 71+58+223=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #473ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADF is #B8C520. Grayscale: #505050. Windows color (decimal): -12109089 or 14629447. OLE color: 14629447.
HSL color Cylindrical-coordinate representation of color #473ADF: hue angle of 244.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473ADF is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 58 | 223 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.13 |
| HSL | 244.73º | 0.72% | 0.55% | - |
| HSV(B) | 244.73º | 0.74% | 0.87% | - |
| XYZ | 17.43 | 9.69 | 70.76 | - |
| YUV | 80.7 | 208.31 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 223 | 0.68 | 0.74 | 0 | 0.13 | 244.73 | 0.72 | 0.55 |
| Hex | 47 | 3A | DF | 44 | 4A | 0 | D | F5 | 48 | 37 |
| Octal | 107 | 72 | 337 | 104 | 112 | 0 | 15 | 365 | 110 | 67 |
| Binary | 1000111 | 111010 | 11011111 | 1000100 | 1001010 | 0 | 1101 | 11110101 | 1001000 | 110111 |
Color Harmonies of #473ADF
Complementary color
Monochromatic Colors of #473ADF
Black with #473ADF
Text Example
Text Example
White with #473ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ADF; }
p { color: rgb(71,58,223); }
H1.HeaderClassName
{
color: #473ADF;
}
.AnyTagClassName
{
color: #473ADF;
}
</style>
background-color css
<style>
a { background-color: #473ADF; }
a { background-color: rgb(71,58,223); }
div.DivClassName
{
background-color: #473ADF;
}
.BgClassName
{
background-color: #473ADF;
}
</style>
border-color css
<style>
span { border-color: #473ADF; }
span { border-color: rgb(71,58,223); }
td.TdClassName
{
border-color: #473ADF;
}
.TagClassName
{
border-color: #473ADF;
}
</style>