Shades of Neon Blue #474DFB
Tints of Neon Blue #474DFB
RGB
CMYK
RGB Variations
Color information
#474DFB (or 0x474DFB) is known color: Neon Blue. HEX triplet: 47, 4D and FB. RGB value is (71,77,251). Sum of RGB (Red+Green+Blue) = 71+77+251=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #474DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DFB is #B8B204. Grayscale: #5E5E5E. Windows color (decimal): -12104197 or 16469319. OLE color: 16469319.
HSL color Cylindrical-coordinate representation of color #474DFB: hue angle of 238º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474DFB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 77 | 251 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.02 |
| HSL | 238º | 0.96% | 0.63% | - |
| HSV(B) | 238º | 0.72% | 0.98% | - |
| XYZ | 22.67 | 13.61 | 92.7 | - |
| YUV | 95.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 251 | 0.72 | 0.69 | 0 | 0.02 | 238 | 0.96 | 0.63 |
| Hex | 47 | 4D | FB | 48 | 45 | 0 | 2 | EE | 60 | 3F |
| Octal | 107 | 115 | 373 | 110 | 105 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1000111 | 1001101 | 11111011 | 1001000 | 1000101 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #474DFB
Complementary color
Monochromatic Colors of #474DFB
Black with #474DFB
Text Example
Text Example
White with #474DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DFB; }
p { color: rgb(71,77,251); }
H1.HeaderClassName
{
color: #474DFB;
}
.AnyTagClassName
{
color: #474DFB;
}
</style>
background-color css
<style>
a { background-color: #474DFB; }
a { background-color: rgb(71,77,251); }
div.DivClassName
{
background-color: #474DFB;
}
.BgClassName
{
background-color: #474DFB;
}
</style>
border-color css
<style>
span { border-color: #474DFB; }
span { border-color: rgb(71,77,251); }
td.TdClassName
{
border-color: #474DFB;
}
.TagClassName
{
border-color: #474DFB;
}
</style>