Shades of Neon Blue #474FFB
Tints of Neon Blue #474FFB
RGB
CMYK
RGB Variations
Color information
#474FFB (or 0x474FFB) is known color: Neon Blue. HEX triplet: 47, 4F and FB. RGB value is (71,79,251). Sum of RGB (Red+Green+Blue) = 71+79+251=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #474FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474FFB is #B8B004. Grayscale: #5F5F5F. Windows color (decimal): -12103685 or 16469831. OLE color: 16469831.
HSL color Cylindrical-coordinate representation of color #474FFB: hue angle of 237.33º 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 #474FFB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 79 | 251 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.02 |
| HSL | 237.33º | 0.96% | 0.63% | - |
| HSV(B) | 237.33º | 0.72% | 0.98% | - |
| XYZ | 22.81 | 13.9 | 92.75 | - |
| YUV | 96.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 251 | 0.72 | 0.69 | 0 | 0.02 | 237.33 | 0.96 | 0.63 |
| Hex | 47 | 4F | FB | 48 | 45 | 0 | 2 | ED | 60 | 3F |
| Octal | 107 | 117 | 373 | 110 | 105 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000111 | 1001111 | 11111011 | 1001000 | 1000101 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #474FFB
Complementary color
Monochromatic Colors of #474FFB
Black with #474FFB
Text Example
Text Example
White with #474FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FFB; }
p { color: rgb(71,79,251); }
H1.HeaderClassName
{
color: #474FFB;
}
.AnyTagClassName
{
color: #474FFB;
}
</style>
background-color css
<style>
a { background-color: #474FFB; }
a { background-color: rgb(71,79,251); }
div.DivClassName
{
background-color: #474FFB;
}
.BgClassName
{
background-color: #474FFB;
}
</style>
border-color css
<style>
span { border-color: #474FFB; }
span { border-color: rgb(71,79,251); }
td.TdClassName
{
border-color: #474FFB;
}
.TagClassName
{
border-color: #474FFB;
}
</style>