Shades of Neon Blue #474CFE
Tints of Neon Blue #474CFE
RGB
CMYK
RGB Variations
Color information
#474CFE (or 0x474CFE) is known color: Neon Blue. HEX triplet: 47, 4C and FE. RGB value is (71,76,254). Sum of RGB (Red+Green+Blue) = 71+76+254=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #474CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CFE is #B8B301. Grayscale: #5E5E5E. Windows color (decimal): -12104450 or 16665671. OLE color: 16665671.
HSL color Cylindrical-coordinate representation of color #474CFE: hue angle of 238.36º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474CFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 76 | 254 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.00 |
| HSL | 238.36º | 0.99% | 0.64% | - |
| HSV(B) | 238.36º | 0.72% | 1% | - |
| XYZ | 23.07 | 13.66 | 95.19 | - |
| YUV | 94.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 254 | 0.72 | 0.70 | 0 | 0.00 | 238.36 | 0.99 | 0.64 |
| Hex | 47 | 4C | FE | 48 | 46 | 0 | 0 | EE | 63 | 40 |
| Octal | 107 | 114 | 376 | 110 | 106 | 0 | 0 | 356 | 143 | 100 |
| Binary | 1000111 | 1001100 | 11111110 | 1001000 | 1000110 | 0 | 0 | 11101110 | 1100011 | 1000000 |
Color Harmonies of #474CFE
Complementary color
Monochromatic Colors of #474CFE
Black with #474CFE
Text Example
Text Example
White with #474CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CFE; }
p { color: rgb(71,76,254); }
H1.HeaderClassName
{
color: #474CFE;
}
.AnyTagClassName
{
color: #474CFE;
}
</style>
background-color css
<style>
a { background-color: #474CFE; }
a { background-color: rgb(71,76,254); }
div.DivClassName
{
background-color: #474CFE;
}
.BgClassName
{
background-color: #474CFE;
}
</style>
border-color css
<style>
span { border-color: #474CFE; }
span { border-color: rgb(71,76,254); }
td.TdClassName
{
border-color: #474CFE;
}
.TagClassName
{
border-color: #474CFE;
}
</style>