Shades of Neon Blue #474FFF
Tints of Neon Blue #474FFF
RGB
CMYK
RGB Variations
Color information
#474FFF (or 0x474FFF) is known color: Neon Blue. HEX triplet: 47, 4F and FF. RGB value is (71,79,255). Sum of RGB (Red+Green+Blue) = 71+79+255=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #474FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474FFF is #B8B000. Grayscale: #5F5F5F. Windows color (decimal): -12103681 or 16731975. OLE color: 16731975.
HSL color Cylindrical-coordinate representation of color #474FFF: hue angle of 237.39º 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 #474FFF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 79 | 255 | - |
| CMYK | 0.72 | 0.69 | 0 | 0 |
| HSL | 237.39º | 1% | 0.64% | - |
| HSV(B) | 237.39º | 0.72% | 1% | - |
| XYZ | 23.44 | 14.15 | 96.1 | - |
| YUV | 96.67 | 217.35 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 255 | 0.72 | 0.69 | 0 | 0 | 237.39 | 1 | 0.64 |
| Hex | 47 | 4F | FF | 48 | 45 | 0 | 0 | ED | 64 | 40 |
| Octal | 107 | 117 | 377 | 110 | 105 | 0 | 0 | 355 | 144 | 100 |
| Binary | 1000111 | 1001111 | 11111111 | 1001000 | 1000101 | 0 | 0 | 11101101 | 1100100 | 1000000 |
Color Harmonies of #474FFF
Complementary color
Monochromatic Colors of #474FFF
Black with #474FFF
Text Example
Text Example
White with #474FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FFF; }
p { color: rgb(71,79,255); }
H1.HeaderClassName
{
color: #474FFF;
}
.AnyTagClassName
{
color: #474FFF;
}
</style>
background-color css
<style>
a { background-color: #474FFF; }
a { background-color: rgb(71,79,255); }
div.DivClassName
{
background-color: #474FFF;
}
.BgClassName
{
background-color: #474FFF;
}
</style>
border-color css
<style>
span { border-color: #474FFF; }
span { border-color: rgb(71,79,255); }
td.TdClassName
{
border-color: #474FFF;
}
.TagClassName
{
border-color: #474FFF;
}
</style>