Shades of Neon Pink #F168C5
Tints of Neon Pink #F168C5
RGB
CMYK
RGB Variations
Color information
#F168C5 (or 0xF168C5) is known color: Neon Pink. HEX triplet: F1, 68 and C5. RGB value is (241,104,197). Sum of RGB (Red+Green+Blue) = 241+104+197=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F168C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168C5 is #0E973A. Grayscale: #9B9B9B. Windows color (decimal): -956219 or 12937457. OLE color: 12937457.
HSL color Cylindrical-coordinate representation of color #F168C5: hue angle of 319.27º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168C5 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 197 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.05 |
| HSL | 319.27º | 0.83% | 0.68% | - |
| HSV(B) | 319.27º | 0.57% | 0.95% | - |
| XYZ | 51.3 | 32.63 | 56.42 | - |
| YUV | 155.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 197 | 0 | 0.57 | 0.18 | 0.05 | 319.27 | 0.83 | 0.68 |
| Hex | F1 | 68 | C5 | 0 | 39 | 12 | 5 | 13F | 53 | 44 |
| Octal | 361 | 150 | 305 | 0 | 71 | 22 | 5 | 477 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11000101 | 0 | 111001 | 10010 | 101 | 100111111 | 1010011 | 1000100 |
Color Harmonies of #F168C5
Complementary color
Monochromatic Colors of #F168C5
Black with #F168C5
Text Example
Text Example
White with #F168C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168C5; }
p { color: rgb(241,104,197); }
H1.HeaderClassName
{
color: #F168C5;
}
.AnyTagClassName
{
color: #F168C5;
}
</style>
background-color css
<style>
a { background-color: #F168C5; }
a { background-color: rgb(241,104,197); }
div.DivClassName
{
background-color: #F168C5;
}
.BgClassName
{
background-color: #F168C5;
}
</style>
border-color css
<style>
span { border-color: #F168C5; }
span { border-color: rgb(241,104,197); }
td.TdClassName
{
border-color: #F168C5;
}
.TagClassName
{
border-color: #F168C5;
}
</style>