Shades of Neon Pink #F163CC
Tints of Neon Pink #F163CC
RGB
CMYK
RGB Variations
Color information
#F163CC (or 0xF163CC) is known color: Neon Pink. HEX triplet: F1, 63 and CC. RGB value is (241,99,204). Sum of RGB (Red+Green+Blue) = 241+99+204=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F163CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163CC is #0E9C33. Grayscale: #999999. Windows color (decimal): -957492 or 13394929. OLE color: 13394929.
HSL color Cylindrical-coordinate representation of color #F163CC: hue angle of 315.63º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163CC is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 204 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 315.63º | 0.84% | 0.67% | - |
| HSV(B) | 315.63º | 0.59% | 0.95% | - |
| XYZ | 51.64 | 31.98 | 60.58 | - |
| YUV | 153.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 204 | 0 | 0.59 | 0.15 | 0.05 | 315.63 | 0.84 | 0.67 |
| Hex | F1 | 63 | CC | 0 | 3B | F | 5 | 13C | 54 | 43 |
| Octal | 361 | 143 | 314 | 0 | 73 | 17 | 5 | 474 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11001100 | 0 | 111011 | 1111 | 101 | 100111100 | 1010100 | 1000011 |
Color Harmonies of #F163CC
Complementary color
Monochromatic Colors of #F163CC
Black with #F163CC
Text Example
Text Example
White with #F163CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163CC; }
p { color: rgb(241,99,204); }
H1.HeaderClassName
{
color: #F163CC;
}
.AnyTagClassName
{
color: #F163CC;
}
</style>
background-color css
<style>
a { background-color: #F163CC; }
a { background-color: rgb(241,99,204); }
div.DivClassName
{
background-color: #F163CC;
}
.BgClassName
{
background-color: #F163CC;
}
</style>
border-color css
<style>
span { border-color: #F163CC; }
span { border-color: rgb(241,99,204); }
td.TdClassName
{
border-color: #F163CC;
}
.TagClassName
{
border-color: #F163CC;
}
</style>