Shades of Neon Pink #F168C3
Tints of Neon Pink #F168C3
RGB
CMYK
RGB Variations
Color information
#F168C3 (or 0xF168C3) is known color: Neon Pink. HEX triplet: F1, 68 and C3. RGB value is (241,104,195). Sum of RGB (Red+Green+Blue) = 241+104+195=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F168C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168C3 is #0E973C. Grayscale: #9B9B9B. Windows color (decimal): -956221 or 12806385. OLE color: 12806385.
HSL color Cylindrical-coordinate representation of color #F168C3: hue angle of 320.15º 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 #F168C3 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 195 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 320.15º | 0.83% | 0.68% | - |
| HSV(B) | 320.15º | 0.57% | 0.95% | - |
| XYZ | 51.08 | 32.54 | 55.22 | - |
| YUV | 155.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 195 | 0 | 0.57 | 0.19 | 0.05 | 320.15 | 0.83 | 0.68 |
| Hex | F1 | 68 | C3 | 0 | 39 | 13 | 5 | 140 | 53 | 44 |
| Octal | 361 | 150 | 303 | 0 | 71 | 23 | 5 | 500 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11000011 | 0 | 111001 | 10011 | 101 | 101000000 | 1010011 | 1000100 |
Color Harmonies of #F168C3
Complementary color
Monochromatic Colors of #F168C3
Black with #F168C3
Text Example
Text Example
White with #F168C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168C3; }
p { color: rgb(241,104,195); }
H1.HeaderClassName
{
color: #F168C3;
}
.AnyTagClassName
{
color: #F168C3;
}
</style>
background-color css
<style>
a { background-color: #F168C3; }
a { background-color: rgb(241,104,195); }
div.DivClassName
{
background-color: #F168C3;
}
.BgClassName
{
background-color: #F168C3;
}
</style>
border-color css
<style>
span { border-color: #F168C3; }
span { border-color: rgb(241,104,195); }
td.TdClassName
{
border-color: #F168C3;
}
.TagClassName
{
border-color: #F168C3;
}
</style>