Shades of Neon Pink #F26FCE
Tints of Neon Pink #F26FCE
RGB
CMYK
RGB Variations
Color information
#F26FCE (or 0xF26FCE) is known color: Neon Pink. HEX triplet: F2, 6F and CE. RGB value is (242,111,206). Sum of RGB (Red+Green+Blue) = 242+111+206=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FCE is #0D9031. Grayscale: #A0A0A0. Windows color (decimal): -888882 or 13529074. OLE color: 13529074.
HSL color Cylindrical-coordinate representation of color #F26FCE: hue angle of 316.49º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FCE is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 206 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.49º | 0.83% | 0.69% | - |
| HSV(B) | 316.49º | 0.54% | 0.95% | - |
| XYZ | 53.44 | 34.7 | 62.27 | - |
| YUV | 161 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 206 | 0 | 0.54 | 0.15 | 0.05 | 316.49 | 0.83 | 0.69 |
| Hex | F2 | 6F | CE | 0 | 36 | F | 5 | 13C | 53 | 45 |
| Octal | 362 | 157 | 316 | 0 | 66 | 17 | 5 | 474 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11001110 | 0 | 110110 | 1111 | 101 | 100111100 | 1010011 | 1000101 |
Color Harmonies of #F26FCE
Complementary color
Monochromatic Colors of #F26FCE
Black with #F26FCE
Text Example
Text Example
White with #F26FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FCE; }
p { color: rgb(242,111,206); }
H1.HeaderClassName
{
color: #F26FCE;
}
.AnyTagClassName
{
color: #F26FCE;
}
</style>
background-color css
<style>
a { background-color: #F26FCE; }
a { background-color: rgb(242,111,206); }
div.DivClassName
{
background-color: #F26FCE;
}
.BgClassName
{
background-color: #F26FCE;
}
</style>
border-color css
<style>
span { border-color: #F26FCE; }
span { border-color: rgb(242,111,206); }
td.TdClassName
{
border-color: #F26FCE;
}
.TagClassName
{
border-color: #F26FCE;
}
</style>