Shades of Neon Blue #474AF0
Tints of Neon Blue #474AF0
RGB
CMYK
RGB Variations
Color information
#474AF0 (or 0x474AF0) is known color: Neon Blue. HEX triplet: 47, 4A and F0. RGB value is (71,74,240). Sum of RGB (Red+Green+Blue) = 71+74+240=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #474AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AF0 is #B8B50F. Grayscale: #5B5B5B. Windows color (decimal): -12104976 or 15747655. OLE color: 15747655.
HSL color Cylindrical-coordinate representation of color #474AF0: hue angle of 238.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474AF0 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 74 | 240 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.06 |
| HSL | 238.93º | 0.85% | 0.61% | - |
| HSV(B) | 238.93º | 0.7% | 0.94% | - |
| XYZ | 20.78 | 12.53 | 83.76 | - |
| YUV | 92.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 240 | 0.70 | 0.69 | 0 | 0.06 | 238.93 | 0.85 | 0.61 |
| Hex | 47 | 4A | F0 | 46 | 45 | 0 | 6 | EF | 55 | 3D |
| Octal | 107 | 112 | 360 | 106 | 105 | 0 | 6 | 357 | 125 | 75 |
| Binary | 1000111 | 1001010 | 11110000 | 1000110 | 1000101 | 0 | 110 | 11101111 | 1010101 | 111101 |
Color Harmonies of #474AF0
Complementary color
Monochromatic Colors of #474AF0
Black with #474AF0
Text Example
Text Example
White with #474AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AF0; }
p { color: rgb(71,74,240); }
H1.HeaderClassName
{
color: #474AF0;
}
.AnyTagClassName
{
color: #474AF0;
}
</style>
background-color css
<style>
a { background-color: #474AF0; }
a { background-color: rgb(71,74,240); }
div.DivClassName
{
background-color: #474AF0;
}
.BgClassName
{
background-color: #474AF0;
}
</style>
border-color css
<style>
span { border-color: #474AF0; }
span { border-color: rgb(71,74,240); }
td.TdClassName
{
border-color: #474AF0;
}
.TagClassName
{
border-color: #474AF0;
}
</style>