Shades of Neon Pink #F271C4
Tints of Neon Pink #F271C4
RGB
CMYK
RGB Variations
Color information
#F271C4 (or 0xF271C4) is known color: Neon Pink. HEX triplet: F2, 71 and C4. RGB value is (242,113,196). Sum of RGB (Red+Green+Blue) = 242+113+196=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F271C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271C4 is #0D8E3B. Grayscale: #A0A0A0. Windows color (decimal): -888380 or 12874226. OLE color: 12874226.
HSL color Cylindrical-coordinate representation of color #F271C4: hue angle of 321.4º 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 #F271C4 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 196 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.05 |
| HSL | 321.4º | 0.83% | 0.7% | - |
| HSV(B) | 321.4º | 0.53% | 0.95% | - |
| XYZ | 52.49 | 34.67 | 56.15 | - |
| YUV | 161.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 196 | 0 | 0.53 | 0.19 | 0.05 | 321.4 | 0.83 | 0.7 |
| Hex | F2 | 71 | C4 | 0 | 35 | 13 | 5 | 141 | 53 | 46 |
| Octal | 362 | 161 | 304 | 0 | 65 | 23 | 5 | 501 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11000100 | 0 | 110101 | 10011 | 101 | 101000001 | 1010011 | 1000110 |
Color Harmonies of #F271C4
Complementary color
Monochromatic Colors of #F271C4
Black with #F271C4
Text Example
Text Example
White with #F271C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271C4; }
p { color: rgb(242,113,196); }
H1.HeaderClassName
{
color: #F271C4;
}
.AnyTagClassName
{
color: #F271C4;
}
</style>
background-color css
<style>
a { background-color: #F271C4; }
a { background-color: rgb(242,113,196); }
div.DivClassName
{
background-color: #F271C4;
}
.BgClassName
{
background-color: #F271C4;
}
</style>
border-color css
<style>
span { border-color: #F271C4; }
span { border-color: rgb(242,113,196); }
td.TdClassName
{
border-color: #F271C4;
}
.TagClassName
{
border-color: #F271C4;
}
</style>