Shades of Neon Blue #474CFC
Tints of Neon Blue #474CFC
RGB
CMYK
RGB Variations
Color information
#474CFC (or 0x474CFC) is known color: Neon Blue. HEX triplet: 47, 4C and FC. RGB value is (71,76,252). Sum of RGB (Red+Green+Blue) = 71+76+252=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #474CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CFC is #B8B303. Grayscale: #5D5D5D. Windows color (decimal): -12104452 or 16534599. OLE color: 16534599.
HSL color Cylindrical-coordinate representation of color #474CFC: hue angle of 238.34º 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 #474CFC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 76 | 252 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.01 |
| HSL | 238.34º | 0.97% | 0.63% | - |
| HSV(B) | 238.34º | 0.72% | 0.99% | - |
| XYZ | 22.75 | 13.54 | 93.51 | - |
| YUV | 94.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 252 | 0.72 | 0.70 | 0 | 0.01 | 238.34 | 0.97 | 0.63 |
| Hex | 47 | 4C | FC | 48 | 46 | 0 | 1 | EE | 61 | 3F |
| Octal | 107 | 114 | 374 | 110 | 106 | 0 | 1 | 356 | 141 | 77 |
| Binary | 1000111 | 1001100 | 11111100 | 1001000 | 1000110 | 0 | 1 | 11101110 | 1100001 | 111111 |
Color Harmonies of #474CFC
Complementary color
Monochromatic Colors of #474CFC
Black with #474CFC
Text Example
Text Example
White with #474CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CFC; }
p { color: rgb(71,76,252); }
H1.HeaderClassName
{
color: #474CFC;
}
.AnyTagClassName
{
color: #474CFC;
}
</style>
background-color css
<style>
a { background-color: #474CFC; }
a { background-color: rgb(71,76,252); }
div.DivClassName
{
background-color: #474CFC;
}
.BgClassName
{
background-color: #474CFC;
}
</style>
border-color css
<style>
span { border-color: #474CFC; }
span { border-color: rgb(71,76,252); }
td.TdClassName
{
border-color: #474CFC;
}
.TagClassName
{
border-color: #474CFC;
}
</style>