Shades of Neon Blue #474DF3
Tints of Neon Blue #474DF3
RGB
CMYK
RGB Variations
Color information
#474DF3 (or 0x474DF3) is known color: Neon Blue. HEX triplet: 47, 4D and F3. RGB value is (71,77,243). Sum of RGB (Red+Green+Blue) = 71+77+243=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #474DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DF3 is #B8B20C. Grayscale: #5D5D5D. Windows color (decimal): -12104205 or 15945031. OLE color: 15945031.
HSL color Cylindrical-coordinate representation of color #474DF3: hue angle of 237.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474DF3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 77 | 243 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.05 |
| HSL | 237.91º | 0.88% | 0.62% | - |
| HSV(B) | 237.91º | 0.71% | 0.95% | - |
| XYZ | 21.43 | 13.12 | 86.2 | - |
| YUV | 94.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 243 | 0.71 | 0.68 | 0 | 0.05 | 237.91 | 0.88 | 0.62 |
| Hex | 47 | 4D | F3 | 47 | 44 | 0 | 5 | EE | 58 | 3E |
| Octal | 107 | 115 | 363 | 107 | 104 | 0 | 5 | 356 | 130 | 76 |
| Binary | 1000111 | 1001101 | 11110011 | 1000111 | 1000100 | 0 | 101 | 11101110 | 1011000 | 111110 |
Color Harmonies of #474DF3
Complementary color
Monochromatic Colors of #474DF3
Black with #474DF3
Text Example
Text Example
White with #474DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DF3; }
p { color: rgb(71,77,243); }
H1.HeaderClassName
{
color: #474DF3;
}
.AnyTagClassName
{
color: #474DF3;
}
</style>
background-color css
<style>
a { background-color: #474DF3; }
a { background-color: rgb(71,77,243); }
div.DivClassName
{
background-color: #474DF3;
}
.BgClassName
{
background-color: #474DF3;
}
</style>
border-color css
<style>
span { border-color: #474DF3; }
span { border-color: rgb(71,77,243); }
td.TdClassName
{
border-color: #474DF3;
}
.TagClassName
{
border-color: #474DF3;
}
</style>