Shades of Neon Pink #F268C9
Tints of Neon Pink #F268C9
RGB
CMYK
RGB Variations
Color information
#F268C9 (or 0xF268C9) is known color: Neon Pink. HEX triplet: F2, 68 and C9. RGB value is (242,104,201). Sum of RGB (Red+Green+Blue) = 242+104+201=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F268C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268C9 is #0D9736. Grayscale: #9C9C9C. Windows color (decimal): -890679 or 13199602. OLE color: 13199602.
HSL color Cylindrical-coordinate representation of color #F268C9: hue angle of 317.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268C9 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 201 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.05 |
| HSL | 317.83º | 0.84% | 0.68% | - |
| HSV(B) | 317.83º | 0.57% | 0.95% | - |
| XYZ | 52.11 | 32.99 | 58.88 | - |
| YUV | 156.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 201 | 0 | 0.57 | 0.17 | 0.05 | 317.83 | 0.84 | 0.68 |
| Hex | F2 | 68 | C9 | 0 | 39 | 11 | 5 | 13E | 54 | 44 |
| Octal | 362 | 150 | 311 | 0 | 71 | 21 | 5 | 476 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11001001 | 0 | 111001 | 10001 | 101 | 100111110 | 1010100 | 1000100 |
Color Harmonies of #F268C9
Complementary color
Monochromatic Colors of #F268C9
Black with #F268C9
Text Example
Text Example
White with #F268C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268C9; }
p { color: rgb(242,104,201); }
H1.HeaderClassName
{
color: #F268C9;
}
.AnyTagClassName
{
color: #F268C9;
}
</style>
background-color css
<style>
a { background-color: #F268C9; }
a { background-color: rgb(242,104,201); }
div.DivClassName
{
background-color: #F268C9;
}
.BgClassName
{
background-color: #F268C9;
}
</style>
border-color css
<style>
span { border-color: #F268C9; }
span { border-color: rgb(242,104,201); }
td.TdClassName
{
border-color: #F268C9;
}
.TagClassName
{
border-color: #F268C9;
}
</style>