Shades of Neon Pink #F66CC2
Tints of Neon Pink #F66CC2
RGB
CMYK
RGB Variations
Color information
#F66CC2 (or 0xF66CC2) is known color: Neon Pink. HEX triplet: F6, 6C and C2. RGB value is (246,108,194). Sum of RGB (Red+Green+Blue) = 246+108+194=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CC2 is #09933D. Grayscale: #9E9E9E. Windows color (decimal): -627518 or 12741878. OLE color: 12741878.
HSL color Cylindrical-coordinate representation of color #F66CC2: hue angle of 322.61º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CC2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 194 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.04 |
| HSL | 322.61º | 0.88% | 0.69% | - |
| HSV(B) | 322.61º | 0.56% | 0.96% | - |
| XYZ | 53.11 | 34.21 | 54.84 | - |
| YUV | 159.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 194 | 0 | 0.56 | 0.21 | 0.04 | 322.61 | 0.88 | 0.69 |
| Hex | F6 | 6C | C2 | 0 | 38 | 15 | 4 | 143 | 58 | 45 |
| Octal | 366 | 154 | 302 | 0 | 70 | 25 | 4 | 503 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11000010 | 0 | 111000 | 10101 | 100 | 101000011 | 1011000 | 1000101 |
Color Harmonies of #F66CC2
Complementary color
Monochromatic Colors of #F66CC2
Black with #F66CC2
Text Example
Text Example
White with #F66CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CC2; }
p { color: rgb(246,108,194); }
H1.HeaderClassName
{
color: #F66CC2;
}
.AnyTagClassName
{
color: #F66CC2;
}
</style>
background-color css
<style>
a { background-color: #F66CC2; }
a { background-color: rgb(246,108,194); }
div.DivClassName
{
background-color: #F66CC2;
}
.BgClassName
{
background-color: #F66CC2;
}
</style>
border-color css
<style>
span { border-color: #F66CC2; }
span { border-color: rgb(246,108,194); }
td.TdClassName
{
border-color: #F66CC2;
}
.TagClassName
{
border-color: #F66CC2;
}
</style>