Shades of Neon Pink #F276D1
Tints of Neon Pink #F276D1
RGB
CMYK
RGB Variations
Color information
#F276D1 (or 0xF276D1) is known color: Neon Pink. HEX triplet: F2, 76 and D1. RGB value is (242,118,209). Sum of RGB (Red+Green+Blue) = 242+118+209=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F276D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276D1 is #0D892E. Grayscale: #A5A5A5. Windows color (decimal): -887087 or 13727474. OLE color: 13727474.
HSL color Cylindrical-coordinate representation of color #F276D1: hue angle of 315.97º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276D1 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 209 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.05 |
| HSL | 315.97º | 0.83% | 0.71% | - |
| HSV(B) | 315.97º | 0.51% | 0.95% | - |
| XYZ | 54.61 | 36.44 | 64.48 | - |
| YUV | 165.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 209 | 0 | 0.51 | 0.14 | 0.05 | 315.97 | 0.83 | 0.71 |
| Hex | F2 | 76 | D1 | 0 | 33 | E | 5 | 13C | 53 | 47 |
| Octal | 362 | 166 | 321 | 0 | 63 | 16 | 5 | 474 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11010001 | 0 | 110011 | 1110 | 101 | 100111100 | 1010011 | 1000111 |
Color Harmonies of #F276D1
Complementary color
Monochromatic Colors of #F276D1
Black with #F276D1
Text Example
Text Example
White with #F276D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276D1; }
p { color: rgb(242,118,209); }
H1.HeaderClassName
{
color: #F276D1;
}
.AnyTagClassName
{
color: #F276D1;
}
</style>
background-color css
<style>
a { background-color: #F276D1; }
a { background-color: rgb(242,118,209); }
div.DivClassName
{
background-color: #F276D1;
}
.BgClassName
{
background-color: #F276D1;
}
</style>
border-color css
<style>
span { border-color: #F276D1; }
span { border-color: rgb(242,118,209); }
td.TdClassName
{
border-color: #F276D1;
}
.TagClassName
{
border-color: #F276D1;
}
</style>