Shades of Neon Pink #F475CE
Tints of Neon Pink #F475CE
RGB
CMYK
RGB Variations
Color information
#F475CE (or 0xF475CE) is known color: Neon Pink. HEX triplet: F4, 75 and CE. RGB value is (244,117,206). Sum of RGB (Red+Green+Blue) = 244+117+206=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F475CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475CE is #0B8A31. Grayscale: #A4A4A4. Windows color (decimal): -756274 or 13530612. OLE color: 13530612.
HSL color Cylindrical-coordinate representation of color #F475CE: hue angle of 317.95º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F475CE is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 206 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.04 |
| HSL | 317.95º | 0.85% | 0.71% | - |
| HSV(B) | 317.95º | 0.52% | 0.96% | - |
| XYZ | 54.81 | 36.41 | 62.53 | - |
| YUV | 165.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 206 | 0 | 0.52 | 0.16 | 0.04 | 317.95 | 0.85 | 0.71 |
| Hex | F4 | 75 | CE | 0 | 34 | 10 | 4 | 13E | 55 | 47 |
| Octal | 364 | 165 | 316 | 0 | 64 | 20 | 4 | 476 | 125 | 107 |
| Binary | 11110100 | 1110101 | 11001110 | 0 | 110100 | 10000 | 100 | 100111110 | 1010101 | 1000111 |
Color Harmonies of #F475CE
Complementary color
Monochromatic Colors of #F475CE
Black with #F475CE
Text Example
Text Example
White with #F475CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F475CE; }
p { color: rgb(244,117,206); }
H1.HeaderClassName
{
color: #F475CE;
}
.AnyTagClassName
{
color: #F475CE;
}
</style>
background-color css
<style>
a { background-color: #F475CE; }
a { background-color: rgb(244,117,206); }
div.DivClassName
{
background-color: #F475CE;
}
.BgClassName
{
background-color: #F475CE;
}
</style>
border-color css
<style>
span { border-color: #F475CE; }
span { border-color: rgb(244,117,206); }
td.TdClassName
{
border-color: #F475CE;
}
.TagClassName
{
border-color: #F475CE;
}
</style>