Shades of Neon Pink #F06CCD
Tints of Neon Pink #F06CCD
RGB
CMYK
RGB Variations
Color information
#F06CCD (or 0xF06CCD) is known color: Neon Pink. HEX triplet: F0, 6C and CD. RGB value is (240,108,205). Sum of RGB (Red+Green+Blue) = 240+108+205=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CCD is #0F9332. Grayscale: #9E9E9E. Windows color (decimal): -1020723 or 13462768. OLE color: 13462768.
HSL color Cylindrical-coordinate representation of color #F06CCD: hue angle of 315.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CCD is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 205 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.06 |
| HSL | 315.91º | 0.81% | 0.68% | - |
| HSV(B) | 315.91º | 0.55% | 0.94% | - |
| XYZ | 52.32 | 33.66 | 61.5 | - |
| YUV | 158.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 205 | 0 | 0.55 | 0.15 | 0.06 | 315.91 | 0.81 | 0.68 |
| Hex | F0 | 6C | CD | 0 | 37 | F | 6 | 13C | 51 | 44 |
| Octal | 360 | 154 | 315 | 0 | 67 | 17 | 6 | 474 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11001101 | 0 | 110111 | 1111 | 110 | 100111100 | 1010001 | 1000100 |
Color Harmonies of #F06CCD
Complementary color
Monochromatic Colors of #F06CCD
Black with #F06CCD
Text Example
Text Example
White with #F06CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CCD; }
p { color: rgb(240,108,205); }
H1.HeaderClassName
{
color: #F06CCD;
}
.AnyTagClassName
{
color: #F06CCD;
}
</style>
background-color css
<style>
a { background-color: #F06CCD; }
a { background-color: rgb(240,108,205); }
div.DivClassName
{
background-color: #F06CCD;
}
.BgClassName
{
background-color: #F06CCD;
}
</style>
border-color css
<style>
span { border-color: #F06CCD; }
span { border-color: rgb(240,108,205); }
td.TdClassName
{
border-color: #F06CCD;
}
.TagClassName
{
border-color: #F06CCD;
}
</style>