Shades of Neon Pink #F276CC
Tints of Neon Pink #F276CC
RGB
CMYK
RGB Variations
Color information
#F276CC (or 0xF276CC) is known color: Neon Pink. HEX triplet: F2, 76 and CC. RGB value is (242,118,204). Sum of RGB (Red+Green+Blue) = 242+118+204=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F276CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276CC is #0D8933. Grayscale: #A4A4A4. Windows color (decimal): -887092 or 13399794. OLE color: 13399794.
HSL color Cylindrical-coordinate representation of color #F276CC: hue angle of 318.39º 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 #F276CC is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 204 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.05 |
| HSL | 318.39º | 0.83% | 0.71% | - |
| HSV(B) | 318.39º | 0.51% | 0.95% | - |
| XYZ | 54 | 36.19 | 61.27 | - |
| YUV | 164.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 204 | 0 | 0.51 | 0.16 | 0.05 | 318.39 | 0.83 | 0.71 |
| Hex | F2 | 76 | CC | 0 | 33 | 10 | 5 | 13E | 53 | 47 |
| Octal | 362 | 166 | 314 | 0 | 63 | 20 | 5 | 476 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11001100 | 0 | 110011 | 10000 | 101 | 100111110 | 1010011 | 1000111 |
Color Harmonies of #F276CC
Complementary color
Monochromatic Colors of #F276CC
Black with #F276CC
Text Example
Text Example
White with #F276CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276CC; }
p { color: rgb(242,118,204); }
H1.HeaderClassName
{
color: #F276CC;
}
.AnyTagClassName
{
color: #F276CC;
}
</style>
background-color css
<style>
a { background-color: #F276CC; }
a { background-color: rgb(242,118,204); }
div.DivClassName
{
background-color: #F276CC;
}
.BgClassName
{
background-color: #F276CC;
}
</style>
border-color css
<style>
span { border-color: #F276CC; }
span { border-color: rgb(242,118,204); }
td.TdClassName
{
border-color: #F276CC;
}
.TagClassName
{
border-color: #F276CC;
}
</style>