Shades of Neon Pink #F65FCD
Tints of Neon Pink #F65FCD
RGB
CMYK
RGB Variations
Color information
#F65FCD (or 0xF65FCD) is known color: Neon Pink. HEX triplet: F6, 5F and CD. RGB value is (246,95,205). Sum of RGB (Red+Green+Blue) = 246+95+205=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FCD is #09A032. Grayscale: #989898. Windows color (decimal): -630835 or 13459446. OLE color: 13459446.
HSL color Cylindrical-coordinate representation of color #F65FCD: hue angle of 316.29º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FCD is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 205 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.04 |
| HSL | 316.29º | 0.89% | 0.67% | - |
| HSV(B) | 316.29º | 0.61% | 0.96% | - |
| XYZ | 53.12 | 32.19 | 61.17 | - |
| YUV | 152.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 205 | 0 | 0.61 | 0.17 | 0.04 | 316.29 | 0.89 | 0.67 |
| Hex | F6 | 5F | CD | 0 | 3D | 11 | 4 | 13C | 59 | 43 |
| Octal | 366 | 137 | 315 | 0 | 75 | 21 | 4 | 474 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11001101 | 0 | 111101 | 10001 | 100 | 100111100 | 1011001 | 1000011 |
Color Harmonies of #F65FCD
Complementary color
Monochromatic Colors of #F65FCD
Black with #F65FCD
Text Example
Text Example
White with #F65FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FCD; }
p { color: rgb(246,95,205); }
H1.HeaderClassName
{
color: #F65FCD;
}
.AnyTagClassName
{
color: #F65FCD;
}
</style>
background-color css
<style>
a { background-color: #F65FCD; }
a { background-color: rgb(246,95,205); }
div.DivClassName
{
background-color: #F65FCD;
}
.BgClassName
{
background-color: #F65FCD;
}
</style>
border-color css
<style>
span { border-color: #F65FCD; }
span { border-color: rgb(246,95,205); }
td.TdClassName
{
border-color: #F65FCD;
}
.TagClassName
{
border-color: #F65FCD;
}
</style>