Shades of Neon Pink #F65CCF
Tints of Neon Pink #F65CCF
RGB
CMYK
RGB Variations
Color information
#F65CCF (or 0xF65CCF) is known color: Neon Pink. HEX triplet: F6, 5C and CF. RGB value is (246,92,207). Sum of RGB (Red+Green+Blue) = 246+92+207=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CCF is #09A330. Grayscale: #969696. Windows color (decimal): -631601 or 13589750. OLE color: 13589750.
HSL color Cylindrical-coordinate representation of color #F65CCF: hue angle of 315.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CCF is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 207 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 315.19º | 0.9% | 0.66% | - |
| HSV(B) | 315.19º | 0.63% | 0.96% | - |
| XYZ | 53.1 | 31.75 | 62.36 | - |
| YUV | 151.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 207 | 0 | 0.63 | 0.16 | 0.04 | 315.19 | 0.9 | 0.66 |
| Hex | F6 | 5C | CF | 0 | 3F | 10 | 4 | 13B | 5A | 42 |
| Octal | 366 | 134 | 317 | 0 | 77 | 20 | 4 | 473 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11001111 | 0 | 111111 | 10000 | 100 | 100111011 | 1011010 | 1000010 |
Color Harmonies of #F65CCF
Complementary color
Monochromatic Colors of #F65CCF
Black with #F65CCF
Text Example
Text Example
White with #F65CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CCF; }
p { color: rgb(246,92,207); }
H1.HeaderClassName
{
color: #F65CCF;
}
.AnyTagClassName
{
color: #F65CCF;
}
</style>
background-color css
<style>
a { background-color: #F65CCF; }
a { background-color: rgb(246,92,207); }
div.DivClassName
{
background-color: #F65CCF;
}
.BgClassName
{
background-color: #F65CCF;
}
</style>
border-color css
<style>
span { border-color: #F65CCF; }
span { border-color: rgb(246,92,207); }
td.TdClassName
{
border-color: #F65CCF;
}
.TagClassName
{
border-color: #F65CCF;
}
</style>