Shades of Neon Blue #474AFC
Tints of Neon Blue #474AFC
RGB
CMYK
RGB Variations
Color information
#474AFC (or 0x474AFC) is known color: Neon Blue. HEX triplet: 47, 4A and FC. RGB value is (71,74,252). Sum of RGB (Red+Green+Blue) = 71+74+252=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #474AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AFC is #B8B503. Grayscale: #5C5C5C. Windows color (decimal): -12104964 or 16534087. OLE color: 16534087.
HSL color Cylindrical-coordinate representation of color #474AFC: hue angle of 239.01º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474AFC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 74 | 252 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.01 |
| HSL | 239.01º | 0.97% | 0.63% | - |
| HSV(B) | 239.01º | 0.72% | 0.99% | - |
| XYZ | 22.62 | 13.27 | 93.46 | - |
| YUV | 93.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 252 | 0.72 | 0.71 | 0 | 0.01 | 239.01 | 0.97 | 0.63 |
| Hex | 47 | 4A | FC | 48 | 47 | 0 | 1 | EF | 61 | 3F |
| Octal | 107 | 112 | 374 | 110 | 107 | 0 | 1 | 357 | 141 | 77 |
| Binary | 1000111 | 1001010 | 11111100 | 1001000 | 1000111 | 0 | 1 | 11101111 | 1100001 | 111111 |
Color Harmonies of #474AFC
Complementary color
Monochromatic Colors of #474AFC
Black with #474AFC
Text Example
Text Example
White with #474AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AFC; }
p { color: rgb(71,74,252); }
H1.HeaderClassName
{
color: #474AFC;
}
.AnyTagClassName
{
color: #474AFC;
}
</style>
background-color css
<style>
a { background-color: #474AFC; }
a { background-color: rgb(71,74,252); }
div.DivClassName
{
background-color: #474AFC;
}
.BgClassName
{
background-color: #474AFC;
}
</style>
border-color css
<style>
span { border-color: #474AFC; }
span { border-color: rgb(71,74,252); }
td.TdClassName
{
border-color: #474AFC;
}
.TagClassName
{
border-color: #474AFC;
}
</style>