Shades of Neon Pink #F665CA
Tints of Neon Pink #F665CA
RGB
CMYK
RGB Variations
Color information
#F665CA (or 0xF665CA) is known color: Neon Pink. HEX triplet: F6, 65 and CA. RGB value is (246,101,202). Sum of RGB (Red+Green+Blue) = 246+101+202=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F665CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665CA is #099A35. Grayscale: #9B9B9B. Windows color (decimal): -629302 or 13264374. OLE color: 13264374.
HSL color Cylindrical-coordinate representation of color #F665CA: hue angle of 318.21º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665CA is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 202 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.04 |
| HSL | 318.21º | 0.89% | 0.68% | - |
| HSV(B) | 318.21º | 0.59% | 0.96% | - |
| XYZ | 53.32 | 33.16 | 59.47 | - |
| YUV | 155.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 202 | 0 | 0.59 | 0.18 | 0.04 | 318.21 | 0.89 | 0.68 |
| Hex | F6 | 65 | CA | 0 | 3B | 12 | 4 | 13E | 59 | 44 |
| Octal | 366 | 145 | 312 | 0 | 73 | 22 | 4 | 476 | 131 | 104 |
| Binary | 11110110 | 1100101 | 11001010 | 0 | 111011 | 10010 | 100 | 100111110 | 1011001 | 1000100 |
Color Harmonies of #F665CA
Complementary color
Monochromatic Colors of #F665CA
Black with #F665CA
Text Example
Text Example
White with #F665CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665CA; }
p { color: rgb(246,101,202); }
H1.HeaderClassName
{
color: #F665CA;
}
.AnyTagClassName
{
color: #F665CA;
}
</style>
background-color css
<style>
a { background-color: #F665CA; }
a { background-color: rgb(246,101,202); }
div.DivClassName
{
background-color: #F665CA;
}
.BgClassName
{
background-color: #F665CA;
}
</style>
border-color css
<style>
span { border-color: #F665CA; }
span { border-color: rgb(246,101,202); }
td.TdClassName
{
border-color: #F665CA;
}
.TagClassName
{
border-color: #F665CA;
}
</style>