Shades of Neon Pink #F667CA
Tints of Neon Pink #F667CA
RGB
CMYK
RGB Variations
Color information
#F667CA (or 0xF667CA) is known color: Neon Pink. HEX triplet: F6, 67 and CA. RGB value is (246,103,202). Sum of RGB (Red+Green+Blue) = 246+103+202=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F667CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F667CA is #099835. Grayscale: #9C9C9C. Windows color (decimal): -628790 or 13264886. OLE color: 13264886.
HSL color Cylindrical-coordinate representation of color #F667CA: hue angle of 318.46º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F667CA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 202 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.04 |
| HSL | 318.46º | 0.89% | 0.68% | - |
| HSV(B) | 318.46º | 0.58% | 0.96% | - |
| XYZ | 53.52 | 33.56 | 59.53 | - |
| YUV | 157.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 202 | 0 | 0.58 | 0.18 | 0.04 | 318.46 | 0.89 | 0.68 |
| Hex | F6 | 67 | CA | 0 | 3A | 12 | 4 | 13E | 59 | 44 |
| Octal | 366 | 147 | 312 | 0 | 72 | 22 | 4 | 476 | 131 | 104 |
| Binary | 11110110 | 1100111 | 11001010 | 0 | 111010 | 10010 | 100 | 100111110 | 1011001 | 1000100 |
Color Harmonies of #F667CA
Complementary color
Monochromatic Colors of #F667CA
Black with #F667CA
Text Example
Text Example
White with #F667CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667CA; }
p { color: rgb(246,103,202); }
H1.HeaderClassName
{
color: #F667CA;
}
.AnyTagClassName
{
color: #F667CA;
}
</style>
background-color css
<style>
a { background-color: #F667CA; }
a { background-color: rgb(246,103,202); }
div.DivClassName
{
background-color: #F667CA;
}
.BgClassName
{
background-color: #F667CA;
}
</style>
border-color css
<style>
span { border-color: #F667CA; }
span { border-color: rgb(246,103,202); }
td.TdClassName
{
border-color: #F667CA;
}
.TagClassName
{
border-color: #F667CA;
}
</style>