Shades of Neon Blue #474EFE
Tints of Neon Blue #474EFE
RGB
CMYK
RGB Variations
Color information
#474EFE (or 0x474EFE) is known color: Neon Blue. HEX triplet: 47, 4E and FE. RGB value is (71,78,254). Sum of RGB (Red+Green+Blue) = 71+78+254=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #474EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EFE is #B8B101. Grayscale: #5F5F5F. Windows color (decimal): -12103938 or 16666183. OLE color: 16666183.
HSL color Cylindrical-coordinate representation of color #474EFE: hue angle of 237.7º 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 #474EFE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 78 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 237.7º | 0.99% | 0.64% | - |
| HSV(B) | 237.7º | 0.72% | 1% | - |
| XYZ | 23.21 | 13.94 | 95.23 | - |
| YUV | 95.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 254 | 0.72 | 0.69 | 0 | 0.00 | 237.7 | 0.99 | 0.64 |
| Hex | 47 | 4E | FE | 48 | 45 | 0 | 0 | EE | 63 | 40 |
| Octal | 107 | 116 | 376 | 110 | 105 | 0 | 0 | 356 | 143 | 100 |
| Binary | 1000111 | 1001110 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101110 | 1100011 | 1000000 |
Color Harmonies of #474EFE
Complementary color
Monochromatic Colors of #474EFE
Black with #474EFE
Text Example
Text Example
White with #474EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EFE; }
p { color: rgb(71,78,254); }
H1.HeaderClassName
{
color: #474EFE;
}
.AnyTagClassName
{
color: #474EFE;
}
</style>
background-color css
<style>
a { background-color: #474EFE; }
a { background-color: rgb(71,78,254); }
div.DivClassName
{
background-color: #474EFE;
}
.BgClassName
{
background-color: #474EFE;
}
</style>
border-color css
<style>
span { border-color: #474EFE; }
span { border-color: rgb(71,78,254); }
td.TdClassName
{
border-color: #474EFE;
}
.TagClassName
{
border-color: #474EFE;
}
</style>