Shades of Neon Pink #F271CC
Tints of Neon Pink #F271CC
RGB
CMYK
RGB Variations
Color information
#F271CC (or 0xF271CC) is known color: Neon Pink. HEX triplet: F2, 71 and CC. RGB value is (242,113,204). Sum of RGB (Red+Green+Blue) = 242+113+204=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F271CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271CC is #0D8E33. Grayscale: #A1A1A1. Windows color (decimal): -888372 or 13398514. OLE color: 13398514.
HSL color Cylindrical-coordinate representation of color #F271CC: hue angle of 317.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271CC is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 204 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.05 |
| HSL | 317.67º | 0.83% | 0.7% | - |
| HSV(B) | 317.67º | 0.53% | 0.95% | - |
| XYZ | 53.42 | 35.05 | 61.08 | - |
| YUV | 161.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 204 | 0 | 0.53 | 0.16 | 0.05 | 317.67 | 0.83 | 0.7 |
| Hex | F2 | 71 | CC | 0 | 35 | 10 | 5 | 13E | 53 | 46 |
| Octal | 362 | 161 | 314 | 0 | 65 | 20 | 5 | 476 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11001100 | 0 | 110101 | 10000 | 101 | 100111110 | 1010011 | 1000110 |
Color Harmonies of #F271CC
Complementary color
Monochromatic Colors of #F271CC
Black with #F271CC
Text Example
Text Example
White with #F271CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271CC; }
p { color: rgb(242,113,204); }
H1.HeaderClassName
{
color: #F271CC;
}
.AnyTagClassName
{
color: #F271CC;
}
</style>
background-color css
<style>
a { background-color: #F271CC; }
a { background-color: rgb(242,113,204); }
div.DivClassName
{
background-color: #F271CC;
}
.BgClassName
{
background-color: #F271CC;
}
</style>
border-color css
<style>
span { border-color: #F271CC; }
span { border-color: rgb(242,113,204); }
td.TdClassName
{
border-color: #F271CC;
}
.TagClassName
{
border-color: #F271CC;
}
</style>