Shades of Neon Pink #F16CCD
Tints of Neon Pink #F16CCD
RGB
CMYK
RGB Variations
Color information
#F16CCD (or 0xF16CCD) is known color: Neon Pink. HEX triplet: F1, 6C and CD. RGB value is (241,108,205). Sum of RGB (Red+Green+Blue) = 241+108+205=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CCD is #0E9332. Grayscale: #9E9E9E. Windows color (decimal): -955187 or 13462769. OLE color: 13462769.
HSL color Cylindrical-coordinate representation of color #F16CCD: hue angle of 316.24º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CCD is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 205 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 316.24º | 0.83% | 0.68% | - |
| HSV(B) | 316.24º | 0.55% | 0.95% | - |
| XYZ | 52.66 | 33.83 | 61.51 | - |
| YUV | 158.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 205 | 0 | 0.55 | 0.15 | 0.05 | 316.24 | 0.83 | 0.68 |
| Hex | F1 | 6C | CD | 0 | 37 | F | 5 | 13C | 53 | 44 |
| Octal | 361 | 154 | 315 | 0 | 67 | 17 | 5 | 474 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11001101 | 0 | 110111 | 1111 | 101 | 100111100 | 1010011 | 1000100 |
Color Harmonies of #F16CCD
Complementary color
Monochromatic Colors of #F16CCD
Black with #F16CCD
Text Example
Text Example
White with #F16CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CCD; }
p { color: rgb(241,108,205); }
H1.HeaderClassName
{
color: #F16CCD;
}
.AnyTagClassName
{
color: #F16CCD;
}
</style>
background-color css
<style>
a { background-color: #F16CCD; }
a { background-color: rgb(241,108,205); }
div.DivClassName
{
background-color: #F16CCD;
}
.BgClassName
{
background-color: #F16CCD;
}
</style>
border-color css
<style>
span { border-color: #F16CCD; }
span { border-color: rgb(241,108,205); }
td.TdClassName
{
border-color: #F16CCD;
}
.TagClassName
{
border-color: #F16CCD;
}
</style>