Shades of Neon Blue #474AFE
Tints of Neon Blue #474AFE
RGB
CMYK
RGB Variations
Color information
#474AFE (or 0x474AFE) is known color: Neon Blue. HEX triplet: 47, 4A and FE. RGB value is (71,74,254). Sum of RGB (Red+Green+Blue) = 71+74+254=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #474AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AFE is #B8B501. Grayscale: #5C5C5C. Windows color (decimal): -12104962 or 16665159. OLE color: 16665159.
HSL color Cylindrical-coordinate representation of color #474AFE: hue angle of 239.02º 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 #474AFE is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 74 | 254 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.00 |
| HSL | 239.02º | 0.99% | 0.64% | - |
| HSV(B) | 239.02º | 0.72% | 1% | - |
| XYZ | 22.94 | 13.39 | 95.14 | - |
| YUV | 93.62 | 218.51 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 254 | 0.72 | 0.71 | 0 | 0.00 | 239.02 | 0.99 | 0.64 |
| Hex | 47 | 4A | FE | 48 | 47 | 0 | 0 | EF | 63 | 40 |
| Octal | 107 | 112 | 376 | 110 | 107 | 0 | 0 | 357 | 143 | 100 |
| Binary | 1000111 | 1001010 | 11111110 | 1001000 | 1000111 | 0 | 0 | 11101111 | 1100011 | 1000000 |
Color Harmonies of #474AFE
Complementary color
Monochromatic Colors of #474AFE
Black with #474AFE
Text Example
Text Example
White with #474AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AFE; }
p { color: rgb(71,74,254); }
H1.HeaderClassName
{
color: #474AFE;
}
.AnyTagClassName
{
color: #474AFE;
}
</style>
background-color css
<style>
a { background-color: #474AFE; }
a { background-color: rgb(71,74,254); }
div.DivClassName
{
background-color: #474AFE;
}
.BgClassName
{
background-color: #474AFE;
}
</style>
border-color css
<style>
span { border-color: #474AFE; }
span { border-color: rgb(71,74,254); }
td.TdClassName
{
border-color: #474AFE;
}
.TagClassName
{
border-color: #474AFE;
}
</style>