Shades of Neon Blue #473AFB
Tints of Neon Blue #473AFB
RGB
CMYK
RGB Variations
Color information
#473AFB (or 0x473AFB) is known color: Neon Blue. HEX triplet: 47, 3A and FB. RGB value is (71,58,251). Sum of RGB (Red+Green+Blue) = 71+58+251=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #473AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473AFB is #B8C504. Grayscale: #535353. Windows color (decimal): -12109061 or 16464455. OLE color: 16464455.
HSL color Cylindrical-coordinate representation of color #473AFB: hue angle of 244.04º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473AFB is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 58 | 251 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.02 |
| HSL | 244.04º | 0.96% | 0.61% | - |
| HSV(B) | 244.04º | 0.77% | 0.98% | - |
| XYZ | 21.52 | 11.33 | 92.32 | - |
| YUV | 83.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 251 | 0.72 | 0.77 | 0 | 0.02 | 244.04 | 0.96 | 0.61 |
| Hex | 47 | 3A | FB | 48 | 4D | 0 | 2 | F4 | 60 | 3D |
| Octal | 107 | 72 | 373 | 110 | 115 | 0 | 2 | 364 | 140 | 75 |
| Binary | 1000111 | 111010 | 11111011 | 1001000 | 1001101 | 0 | 10 | 11110100 | 1100000 | 111101 |
Color Harmonies of #473AFB
Complementary color
Monochromatic Colors of #473AFB
Black with #473AFB
Text Example
Text Example
White with #473AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AFB; }
p { color: rgb(71,58,251); }
H1.HeaderClassName
{
color: #473AFB;
}
.AnyTagClassName
{
color: #473AFB;
}
</style>
background-color css
<style>
a { background-color: #473AFB; }
a { background-color: rgb(71,58,251); }
div.DivClassName
{
background-color: #473AFB;
}
.BgClassName
{
background-color: #473AFB;
}
</style>
border-color css
<style>
span { border-color: #473AFB; }
span { border-color: rgb(71,58,251); }
td.TdClassName
{
border-color: #473AFB;
}
.TagClassName
{
border-color: #473AFB;
}
</style>