Shades of Neon Pink #F471CB
Tints of Neon Pink #F471CB
RGB
CMYK
RGB Variations
Color information
#F471CB (or 0xF471CB) is known color: Neon Pink. HEX triplet: F4, 71 and CB. RGB value is (244,113,203). Sum of RGB (Red+Green+Blue) = 244+113+203=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F471CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471CB is #0B8E34. Grayscale: #A2A2A2. Windows color (decimal): -757301 or 13332980. OLE color: 13332980.
HSL color Cylindrical-coordinate representation of color #F471CB: hue angle of 318.78º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F471CB is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 203 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.04 |
| HSL | 318.78º | 0.86% | 0.7% | - |
| HSV(B) | 318.78º | 0.54% | 0.96% | - |
| XYZ | 53.99 | 35.36 | 60.48 | - |
| YUV | 162.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 203 | 0 | 0.54 | 0.17 | 0.04 | 318.78 | 0.86 | 0.7 |
| Hex | F4 | 71 | CB | 0 | 36 | 11 | 4 | 13F | 56 | 46 |
| Octal | 364 | 161 | 313 | 0 | 66 | 21 | 4 | 477 | 126 | 106 |
| Binary | 11110100 | 1110001 | 11001011 | 0 | 110110 | 10001 | 100 | 100111111 | 1010110 | 1000110 |
Color Harmonies of #F471CB
Complementary color
Monochromatic Colors of #F471CB
Black with #F471CB
Text Example
Text Example
White with #F471CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471CB; }
p { color: rgb(244,113,203); }
H1.HeaderClassName
{
color: #F471CB;
}
.AnyTagClassName
{
color: #F471CB;
}
</style>
background-color css
<style>
a { background-color: #F471CB; }
a { background-color: rgb(244,113,203); }
div.DivClassName
{
background-color: #F471CB;
}
.BgClassName
{
background-color: #F471CB;
}
</style>
border-color css
<style>
span { border-color: #F471CB; }
span { border-color: rgb(244,113,203); }
td.TdClassName
{
border-color: #F471CB;
}
.TagClassName
{
border-color: #F471CB;
}
</style>