Shades of Neon Pink #F266C6
Tints of Neon Pink #F266C6
RGB
CMYK
RGB Variations
Color information
#F266C6 (or 0xF266C6) is known color: Neon Pink. HEX triplet: F2, 66 and C6. RGB value is (242,102,198). Sum of RGB (Red+Green+Blue) = 242+102+198=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F266C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266C6 is #0D9939. Grayscale: #9A9A9A. Windows color (decimal): -891194 or 13002482. OLE color: 13002482.
HSL color Cylindrical-coordinate representation of color #F266C6: hue angle of 318.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266C6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 198 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.05 |
| HSL | 318.86º | 0.84% | 0.67% | - |
| HSV(B) | 318.86º | 0.58% | 0.95% | - |
| XYZ | 51.56 | 32.46 | 56.97 | - |
| YUV | 154.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 198 | 0 | 0.58 | 0.18 | 0.05 | 318.86 | 0.84 | 0.67 |
| Hex | F2 | 66 | C6 | 0 | 3A | 12 | 5 | 13F | 54 | 43 |
| Octal | 362 | 146 | 306 | 0 | 72 | 22 | 5 | 477 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11000110 | 0 | 111010 | 10010 | 101 | 100111111 | 1010100 | 1000011 |
Color Harmonies of #F266C6
Complementary color
Monochromatic Colors of #F266C6
Black with #F266C6
Text Example
Text Example
White with #F266C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266C6; }
p { color: rgb(242,102,198); }
H1.HeaderClassName
{
color: #F266C6;
}
.AnyTagClassName
{
color: #F266C6;
}
</style>
background-color css
<style>
a { background-color: #F266C6; }
a { background-color: rgb(242,102,198); }
div.DivClassName
{
background-color: #F266C6;
}
.BgClassName
{
background-color: #F266C6;
}
</style>
border-color css
<style>
span { border-color: #F266C6; }
span { border-color: rgb(242,102,198); }
td.TdClassName
{
border-color: #F266C6;
}
.TagClassName
{
border-color: #F266C6;
}
</style>