Shades of Neon Pink #F478CE
Tints of Neon Pink #F478CE
RGB
CMYK
RGB Variations
Color information
#F478CE (or 0xF478CE) is known color: Neon Pink. HEX triplet: F4, 78 and CE. RGB value is (244,120,206). Sum of RGB (Red+Green+Blue) = 244+120+206=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F478CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478CE is #0B8731. Grayscale: #A6A6A6. Windows color (decimal): -755506 or 13531380. OLE color: 13531380.
HSL color Cylindrical-coordinate representation of color #F478CE: hue angle of 318.39º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478CE is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 206 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.04 |
| HSL | 318.39º | 0.85% | 0.71% | - |
| HSV(B) | 318.39º | 0.51% | 0.96% | - |
| XYZ | 55.17 | 37.12 | 62.65 | - |
| YUV | 166.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 206 | 0 | 0.51 | 0.16 | 0.04 | 318.39 | 0.85 | 0.71 |
| Hex | F4 | 78 | CE | 0 | 33 | 10 | 4 | 13E | 55 | 47 |
| Octal | 364 | 170 | 316 | 0 | 63 | 20 | 4 | 476 | 125 | 107 |
| Binary | 11110100 | 1111000 | 11001110 | 0 | 110011 | 10000 | 100 | 100111110 | 1010101 | 1000111 |
Color Harmonies of #F478CE
Complementary color
Monochromatic Colors of #F478CE
Black with #F478CE
Text Example
Text Example
White with #F478CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478CE; }
p { color: rgb(244,120,206); }
H1.HeaderClassName
{
color: #F478CE;
}
.AnyTagClassName
{
color: #F478CE;
}
</style>
background-color css
<style>
a { background-color: #F478CE; }
a { background-color: rgb(244,120,206); }
div.DivClassName
{
background-color: #F478CE;
}
.BgClassName
{
background-color: #F478CE;
}
</style>
border-color css
<style>
span { border-color: #F478CE; }
span { border-color: rgb(244,120,206); }
td.TdClassName
{
border-color: #F478CE;
}
.TagClassName
{
border-color: #F478CE;
}
</style>