Shades of Neon Pink #F266CC
Tints of Neon Pink #F266CC
RGB
CMYK
RGB Variations
Color information
#F266CC (or 0xF266CC) is known color: Neon Pink. HEX triplet: F2, 66 and CC. RGB value is (242,102,204). Sum of RGB (Red+Green+Blue) = 242+102+204=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F266CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266CC is #0D9933. Grayscale: #9B9B9B. Windows color (decimal): -891188 or 13395698. OLE color: 13395698.
HSL color Cylindrical-coordinate representation of color #F266CC: hue angle of 316.29º 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 #F266CC is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 204 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.29º | 0.84% | 0.67% | - |
| HSV(B) | 316.29º | 0.58% | 0.95% | - |
| XYZ | 52.27 | 32.74 | 60.69 | - |
| YUV | 155.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 204 | 0 | 0.58 | 0.16 | 0.05 | 316.29 | 0.84 | 0.67 |
| Hex | F2 | 66 | CC | 0 | 3A | 10 | 5 | 13C | 54 | 43 |
| Octal | 362 | 146 | 314 | 0 | 72 | 20 | 5 | 474 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11001100 | 0 | 111010 | 10000 | 101 | 100111100 | 1010100 | 1000011 |
Color Harmonies of #F266CC
Complementary color
Monochromatic Colors of #F266CC
Black with #F266CC
Text Example
Text Example
White with #F266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266CC; }
p { color: rgb(242,102,204); }
H1.HeaderClassName
{
color: #F266CC;
}
.AnyTagClassName
{
color: #F266CC;
}
</style>
background-color css
<style>
a { background-color: #F266CC; }
a { background-color: rgb(242,102,204); }
div.DivClassName
{
background-color: #F266CC;
}
.BgClassName
{
background-color: #F266CC;
}
</style>
border-color css
<style>
span { border-color: #F266CC; }
span { border-color: rgb(242,102,204); }
td.TdClassName
{
border-color: #F266CC;
}
.TagClassName
{
border-color: #F266CC;
}
</style>