Shades of Neon Pink #F168CD
Tints of Neon Pink #F168CD
RGB
CMYK
RGB Variations
Color information
#F168CD (or 0xF168CD) is known color: Neon Pink. HEX triplet: F1, 68 and CD. RGB value is (241,104,205). Sum of RGB (Red+Green+Blue) = 241+104+205=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F168CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168CD is #0E9732. Grayscale: #9C9C9C. Windows color (decimal): -956211 or 13461745. OLE color: 13461745.
HSL color Cylindrical-coordinate representation of color #F168CD: hue angle of 315.77º 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 #F168CD is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 205 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.05 |
| HSL | 315.77º | 0.83% | 0.68% | - |
| HSV(B) | 315.77º | 0.57% | 0.95% | - |
| XYZ | 52.25 | 33.01 | 61.38 | - |
| YUV | 156.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 205 | 0 | 0.57 | 0.15 | 0.05 | 315.77 | 0.83 | 0.68 |
| Hex | F1 | 68 | CD | 0 | 39 | F | 5 | 13C | 53 | 44 |
| Octal | 361 | 150 | 315 | 0 | 71 | 17 | 5 | 474 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11001101 | 0 | 111001 | 1111 | 101 | 100111100 | 1010011 | 1000100 |
Color Harmonies of #F168CD
Complementary color
Monochromatic Colors of #F168CD
Black with #F168CD
Text Example
Text Example
White with #F168CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168CD; }
p { color: rgb(241,104,205); }
H1.HeaderClassName
{
color: #F168CD;
}
.AnyTagClassName
{
color: #F168CD;
}
</style>
background-color css
<style>
a { background-color: #F168CD; }
a { background-color: rgb(241,104,205); }
div.DivClassName
{
background-color: #F168CD;
}
.BgClassName
{
background-color: #F168CD;
}
</style>
border-color css
<style>
span { border-color: #F168CD; }
span { border-color: rgb(241,104,205); }
td.TdClassName
{
border-color: #F168CD;
}
.TagClassName
{
border-color: #F168CD;
}
</style>