Shades of Neon Blue #473BFF
Tints of Neon Blue #473BFF
RGB
CMYK
RGB Variations
Color information
#473BFF (or 0x473BFF) is known color: Neon Blue. HEX triplet: 47, 3B and FF. RGB value is (71,59,255). Sum of RGB (Red+Green+Blue) = 71+59+255=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #473BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473BFF is #B8C400. Grayscale: #545454. Windows color (decimal): -12108801 or 16726855. OLE color: 16726855.
HSL color Cylindrical-coordinate representation of color #473BFF: hue angle of 243.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473BFF is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 59 | 255 | - |
| CMYK | 0.72 | 0.77 | 0 | 0 |
| HSL | 243.67º | 1% | 0.62% | - |
| HSV(B) | 243.67º | 0.77% | 1% | - |
| XYZ | 22.21 | 11.69 | 95.69 | - |
| YUV | 84.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 255 | 0.72 | 0.77 | 0 | 0 | 243.67 | 1 | 0.62 |
| Hex | 47 | 3B | FF | 48 | 4D | 0 | 0 | F4 | 64 | 3E |
| Octal | 107 | 73 | 377 | 110 | 115 | 0 | 0 | 364 | 144 | 76 |
| Binary | 1000111 | 111011 | 11111111 | 1001000 | 1001101 | 0 | 0 | 11110100 | 1100100 | 111110 |
Color Harmonies of #473BFF
Complementary color
Monochromatic Colors of #473BFF
Black with #473BFF
Text Example
Text Example
White with #473BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BFF; }
p { color: rgb(71,59,255); }
H1.HeaderClassName
{
color: #473BFF;
}
.AnyTagClassName
{
color: #473BFF;
}
</style>
background-color css
<style>
a { background-color: #473BFF; }
a { background-color: rgb(71,59,255); }
div.DivClassName
{
background-color: #473BFF;
}
.BgClassName
{
background-color: #473BFF;
}
</style>
border-color css
<style>
span { border-color: #473BFF; }
span { border-color: rgb(71,59,255); }
td.TdClassName
{
border-color: #473BFF;
}
.TagClassName
{
border-color: #473BFF;
}
</style>