Shades of Neon Pink #F27AD1
Tints of Neon Pink #F27AD1
RGB
CMYK
RGB Variations
Color information
#F27AD1 (or 0xF27AD1) is known color: Neon Pink. HEX triplet: F2, 7A and D1. RGB value is (242,122,209). Sum of RGB (Red+Green+Blue) = 242+122+209=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AD1 is #0D852E. Grayscale: #A7A7A7. Windows color (decimal): -886063 or 13728498. OLE color: 13728498.
HSL color Cylindrical-coordinate representation of color #F27AD1: hue angle of 316.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AD1 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 209 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 316.5º | 0.82% | 0.71% | - |
| HSV(B) | 316.5º | 0.5% | 0.95% | - |
| XYZ | 55.09 | 37.4 | 64.64 | - |
| YUV | 167.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 209 | 0 | 0.50 | 0.14 | 0.05 | 316.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | D1 | 0 | 32 | E | 5 | 13C | 52 | 47 |
| Octal | 362 | 172 | 321 | 0 | 62 | 16 | 5 | 474 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11010001 | 0 | 110010 | 1110 | 101 | 100111100 | 1010010 | 1000111 |
Color Harmonies of #F27AD1
Complementary color
Monochromatic Colors of #F27AD1
Black with #F27AD1
Text Example
Text Example
White with #F27AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27AD1; }
p { color: rgb(242,122,209); }
H1.HeaderClassName
{
color: #F27AD1;
}
.AnyTagClassName
{
color: #F27AD1;
}
</style>
background-color css
<style>
a { background-color: #F27AD1; }
a { background-color: rgb(242,122,209); }
div.DivClassName
{
background-color: #F27AD1;
}
.BgClassName
{
background-color: #F27AD1;
}
</style>
border-color css
<style>
span { border-color: #F27AD1; }
span { border-color: rgb(242,122,209); }
td.TdClassName
{
border-color: #F27AD1;
}
.TagClassName
{
border-color: #F27AD1;
}
</style>