Shades of Neon Pink #F66FCD
Tints of Neon Pink #F66FCD
RGB
CMYK
RGB Variations
Color information
#F66FCD (or 0xF66FCD) is known color: Neon Pink. HEX triplet: F6, 6F and CD. RGB value is (246,111,205). Sum of RGB (Red+Green+Blue) = 246+111+205=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FCD is #099032. Grayscale: #A1A1A1. Windows color (decimal): -626739 or 13463542. OLE color: 13463542.
HSL color Cylindrical-coordinate representation of color #F66FCD: hue angle of 318.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FCD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 205 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.04 |
| HSL | 318.22º | 0.88% | 0.7% | - |
| HSV(B) | 318.22º | 0.55% | 0.96% | - |
| XYZ | 54.71 | 35.37 | 61.7 | - |
| YUV | 162.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 205 | 0 | 0.55 | 0.17 | 0.04 | 318.22 | 0.88 | 0.7 |
| Hex | F6 | 6F | CD | 0 | 37 | 11 | 4 | 13E | 58 | 46 |
| Octal | 366 | 157 | 315 | 0 | 67 | 21 | 4 | 476 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11001101 | 0 | 110111 | 10001 | 100 | 100111110 | 1011000 | 1000110 |
Color Harmonies of #F66FCD
Complementary color
Monochromatic Colors of #F66FCD
Black with #F66FCD
Text Example
Text Example
White with #F66FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FCD; }
p { color: rgb(246,111,205); }
H1.HeaderClassName
{
color: #F66FCD;
}
.AnyTagClassName
{
color: #F66FCD;
}
</style>
background-color css
<style>
a { background-color: #F66FCD; }
a { background-color: rgb(246,111,205); }
div.DivClassName
{
background-color: #F66FCD;
}
.BgClassName
{
background-color: #F66FCD;
}
</style>
border-color css
<style>
span { border-color: #F66FCD; }
span { border-color: rgb(246,111,205); }
td.TdClassName
{
border-color: #F66FCD;
}
.TagClassName
{
border-color: #F66FCD;
}
</style>