Shades of Neon Blue #474DFF
Tints of Neon Blue #474DFF
RGB
CMYK
RGB Variations
Color information
#474DFF (or 0x474DFF) is known color: Neon Blue. HEX triplet: 47, 4D and FF. RGB value is (71,77,255). Sum of RGB (Red+Green+Blue) = 71+77+255=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #474DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DFF is #B8B200. Grayscale: #5E5E5E. Windows color (decimal): -12104193 or 16731463. OLE color: 16731463.
HSL color Cylindrical-coordinate representation of color #474DFF: hue angle of 238.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474DFF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 77 | 255 | - |
| CMYK | 0.72 | 0.70 | 0 | 0 |
| HSL | 238.04º | 1% | 0.64% | - |
| HSV(B) | 238.04º | 0.72% | 1% | - |
| XYZ | 23.3 | 13.87 | 96.06 | - |
| YUV | 95.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 255 | 0.72 | 0.70 | 0 | 0 | 238.04 | 1 | 0.64 |
| Hex | 47 | 4D | FF | 48 | 46 | 0 | 0 | EE | 64 | 40 |
| Octal | 107 | 115 | 377 | 110 | 106 | 0 | 0 | 356 | 144 | 100 |
| Binary | 1000111 | 1001101 | 11111111 | 1001000 | 1000110 | 0 | 0 | 11101110 | 1100100 | 1000000 |
Color Harmonies of #474DFF
Complementary color
Monochromatic Colors of #474DFF
Black with #474DFF
Text Example
Text Example
White with #474DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DFF; }
p { color: rgb(71,77,255); }
H1.HeaderClassName
{
color: #474DFF;
}
.AnyTagClassName
{
color: #474DFF;
}
</style>
background-color css
<style>
a { background-color: #474DFF; }
a { background-color: rgb(71,77,255); }
div.DivClassName
{
background-color: #474DFF;
}
.BgClassName
{
background-color: #474DFF;
}
</style>
border-color css
<style>
span { border-color: #474DFF; }
span { border-color: rgb(71,77,255); }
td.TdClassName
{
border-color: #474DFF;
}
.TagClassName
{
border-color: #474DFF;
}
</style>