Shades of Neon Blue #474DF5
Tints of Neon Blue #474DF5
RGB
CMYK
RGB Variations
Color information
#474DF5 (or 0x474DF5) is known color: Neon Blue. HEX triplet: 47, 4D and F5. RGB value is (71,77,245). Sum of RGB (Red+Green+Blue) = 71+77+245=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #474DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DF5 is #B8B20A. Grayscale: #5D5D5D. Windows color (decimal): -12104203 or 16076103. OLE color: 16076103.
HSL color Cylindrical-coordinate representation of color #474DF5: hue angle of 237.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474DF5 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 77 | 245 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.04 |
| HSL | 237.93º | 0.9% | 0.62% | - |
| HSV(B) | 237.93º | 0.71% | 0.96% | - |
| XYZ | 21.73 | 13.24 | 87.8 | - |
| YUV | 94.36 | 213.01 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 245 | 0.71 | 0.69 | 0 | 0.04 | 237.93 | 0.9 | 0.62 |
| Hex | 47 | 4D | F5 | 47 | 45 | 0 | 4 | EE | 5A | 3E |
| Octal | 107 | 115 | 365 | 107 | 105 | 0 | 4 | 356 | 132 | 76 |
| Binary | 1000111 | 1001101 | 11110101 | 1000111 | 1000101 | 0 | 100 | 11101110 | 1011010 | 111110 |
Color Harmonies of #474DF5
Complementary color
Monochromatic Colors of #474DF5
Black with #474DF5
Text Example
Text Example
White with #474DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DF5; }
p { color: rgb(71,77,245); }
H1.HeaderClassName
{
color: #474DF5;
}
.AnyTagClassName
{
color: #474DF5;
}
</style>
background-color css
<style>
a { background-color: #474DF5; }
a { background-color: rgb(71,77,245); }
div.DivClassName
{
background-color: #474DF5;
}
.BgClassName
{
background-color: #474DF5;
}
</style>
border-color css
<style>
span { border-color: #474DF5; }
span { border-color: rgb(71,77,245); }
td.TdClassName
{
border-color: #474DF5;
}
.TagClassName
{
border-color: #474DF5;
}
</style>