Shades of Neon Pink #F06CC8
Tints of Neon Pink #F06CC8
RGB
CMYK
RGB Variations
Color information
#F06CC8 (or 0xF06CC8) is known color: Neon Pink. HEX triplet: F0, 6C and C8. RGB value is (240,108,200). Sum of RGB (Red+Green+Blue) = 240+108+200=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CC8 is #0F9337. Grayscale: #9D9D9D. Windows color (decimal): -1020728 or 13135088. OLE color: 13135088.
HSL color Cylindrical-coordinate representation of color #F06CC8: hue angle of 318.18º 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 #F06CC8 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 200 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.06 |
| HSL | 318.18º | 0.81% | 0.68% | - |
| HSV(B) | 318.18º | 0.55% | 0.94% | - |
| XYZ | 51.72 | 33.42 | 58.37 | - |
| YUV | 157.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 200 | 0 | 0.55 | 0.17 | 0.06 | 318.18 | 0.81 | 0.68 |
| Hex | F0 | 6C | C8 | 0 | 37 | 11 | 6 | 13E | 51 | 44 |
| Octal | 360 | 154 | 310 | 0 | 67 | 21 | 6 | 476 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11001000 | 0 | 110111 | 10001 | 110 | 100111110 | 1010001 | 1000100 |
Color Harmonies of #F06CC8
Complementary color
Monochromatic Colors of #F06CC8
Black with #F06CC8
Text Example
Text Example
White with #F06CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CC8; }
p { color: rgb(240,108,200); }
H1.HeaderClassName
{
color: #F06CC8;
}
.AnyTagClassName
{
color: #F06CC8;
}
</style>
background-color css
<style>
a { background-color: #F06CC8; }
a { background-color: rgb(240,108,200); }
div.DivClassName
{
background-color: #F06CC8;
}
.BgClassName
{
background-color: #F06CC8;
}
</style>
border-color css
<style>
span { border-color: #F06CC8; }
span { border-color: rgb(240,108,200); }
td.TdClassName
{
border-color: #F06CC8;
}
.TagClassName
{
border-color: #F06CC8;
}
</style>