Shades of Neon Pink #F669CA
Tints of Neon Pink #F669CA
RGB
CMYK
RGB Variations
Color information
#F669CA (or 0xF669CA) is known color: Neon Pink. HEX triplet: F6, 69 and CA. RGB value is (246,105,202). Sum of RGB (Red+Green+Blue) = 246+105+202=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F669CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669CA is #099635. Grayscale: #9D9D9D. Windows color (decimal): -628278 or 13265398. OLE color: 13265398.
HSL color Cylindrical-coordinate representation of color #F669CA: hue angle of 318.72º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669CA is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 202 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.04 |
| HSL | 318.72º | 0.89% | 0.69% | - |
| HSV(B) | 318.72º | 0.57% | 0.96% | - |
| XYZ | 53.72 | 33.96 | 59.6 | - |
| YUV | 158.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 202 | 0 | 0.57 | 0.18 | 0.04 | 318.72 | 0.89 | 0.69 |
| Hex | F6 | 69 | CA | 0 | 39 | 12 | 4 | 13F | 59 | 45 |
| Octal | 366 | 151 | 312 | 0 | 71 | 22 | 4 | 477 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11001010 | 0 | 111001 | 10010 | 100 | 100111111 | 1011001 | 1000101 |
Color Harmonies of #F669CA
Complementary color
Monochromatic Colors of #F669CA
Black with #F669CA
Text Example
Text Example
White with #F669CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669CA; }
p { color: rgb(246,105,202); }
H1.HeaderClassName
{
color: #F669CA;
}
.AnyTagClassName
{
color: #F669CA;
}
</style>
background-color css
<style>
a { background-color: #F669CA; }
a { background-color: rgb(246,105,202); }
div.DivClassName
{
background-color: #F669CA;
}
.BgClassName
{
background-color: #F669CA;
}
</style>
border-color css
<style>
span { border-color: #F669CA; }
span { border-color: rgb(246,105,202); }
td.TdClassName
{
border-color: #F669CA;
}
.TagClassName
{
border-color: #F669CA;
}
</style>