Shades of Neon Pink #F276C6
Tints of Neon Pink #F276C6
RGB
CMYK
RGB Variations
Color information
#F276C6 (or 0xF276C6) is known color: Neon Pink. HEX triplet: F2, 76 and C6. RGB value is (242,118,198). Sum of RGB (Red+Green+Blue) = 242+118+198=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F276C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276C6 is #0D8939. Grayscale: #A3A3A3. Windows color (decimal): -887098 or 13006578. OLE color: 13006578.
HSL color Cylindrical-coordinate representation of color #F276C6: hue angle of 321.29º 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 #F276C6 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 198 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.05 |
| HSL | 321.29º | 0.83% | 0.71% | - |
| HSV(B) | 321.29º | 0.51% | 0.95% | - |
| XYZ | 53.29 | 35.91 | 57.55 | - |
| YUV | 164.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 198 | 0 | 0.51 | 0.18 | 0.05 | 321.29 | 0.83 | 0.71 |
| Hex | F2 | 76 | C6 | 0 | 33 | 12 | 5 | 141 | 53 | 47 |
| Octal | 362 | 166 | 306 | 0 | 63 | 22 | 5 | 501 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11000110 | 0 | 110011 | 10010 | 101 | 101000001 | 1010011 | 1000111 |
Color Harmonies of #F276C6
Complementary color
Monochromatic Colors of #F276C6
Black with #F276C6
Text Example
Text Example
White with #F276C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276C6; }
p { color: rgb(242,118,198); }
H1.HeaderClassName
{
color: #F276C6;
}
.AnyTagClassName
{
color: #F276C6;
}
</style>
background-color css
<style>
a { background-color: #F276C6; }
a { background-color: rgb(242,118,198); }
div.DivClassName
{
background-color: #F276C6;
}
.BgClassName
{
background-color: #F276C6;
}
</style>
border-color css
<style>
span { border-color: #F276C6; }
span { border-color: rgb(242,118,198); }
td.TdClassName
{
border-color: #F276C6;
}
.TagClassName
{
border-color: #F276C6;
}
</style>