Shades of Neon Pink #F65CCD
Tints of Neon Pink #F65CCD
RGB
CMYK
RGB Variations
Color information
#F65CCD (or 0xF65CCD) is known color: Neon Pink. HEX triplet: F6, 5C and CD. RGB value is (246,92,205). Sum of RGB (Red+Green+Blue) = 246+92+205=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CCD is #09A332. Grayscale: #969696. Windows color (decimal): -631603 or 13458678. OLE color: 13458678.
HSL color Cylindrical-coordinate representation of color #F65CCD: hue angle of 315.97º 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 #F65CCD is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 205 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 315.97º | 0.9% | 0.66% | - |
| HSV(B) | 315.97º | 0.63% | 0.96% | - |
| XYZ | 52.85 | 31.65 | 61.08 | - |
| YUV | 150.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 205 | 0 | 0.63 | 0.17 | 0.04 | 315.97 | 0.9 | 0.66 |
| Hex | F6 | 5C | CD | 0 | 3F | 11 | 4 | 13C | 5A | 42 |
| Octal | 366 | 134 | 315 | 0 | 77 | 21 | 4 | 474 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11001101 | 0 | 111111 | 10001 | 100 | 100111100 | 1011010 | 1000010 |
Color Harmonies of #F65CCD
Complementary color
Monochromatic Colors of #F65CCD
Black with #F65CCD
Text Example
Text Example
White with #F65CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CCD; }
p { color: rgb(246,92,205); }
H1.HeaderClassName
{
color: #F65CCD;
}
.AnyTagClassName
{
color: #F65CCD;
}
</style>
background-color css
<style>
a { background-color: #F65CCD; }
a { background-color: rgb(246,92,205); }
div.DivClassName
{
background-color: #F65CCD;
}
.BgClassName
{
background-color: #F65CCD;
}
</style>
border-color css
<style>
span { border-color: #F65CCD; }
span { border-color: rgb(246,92,205); }
td.TdClassName
{
border-color: #F65CCD;
}
.TagClassName
{
border-color: #F65CCD;
}
</style>