Shades of Neon Pink #F165C1
Tints of Neon Pink #F165C1
RGB
CMYK
RGB Variations
Color information
#F165C1 (or 0xF165C1) is known color: Neon Pink. HEX triplet: F1, 65 and C1. RGB value is (241,101,193). Sum of RGB (Red+Green+Blue) = 241+101+193=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F165C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165C1 is #0E9A3E. Grayscale: #999999. Windows color (decimal): -956991 or 12674545. OLE color: 12674545.
HSL color Cylindrical-coordinate representation of color #F165C1: hue angle of 320.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165C1 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 193 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.05 |
| HSL | 320.57º | 0.83% | 0.67% | - |
| HSV(B) | 320.57º | 0.58% | 0.95% | - |
| XYZ | 50.55 | 31.86 | 53.94 | - |
| YUV | 153.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 193 | 0 | 0.58 | 0.20 | 0.05 | 320.57 | 0.83 | 0.67 |
| Hex | F1 | 65 | C1 | 0 | 3A | 14 | 5 | 141 | 53 | 43 |
| Octal | 361 | 145 | 301 | 0 | 72 | 24 | 5 | 501 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11000001 | 0 | 111010 | 10100 | 101 | 101000001 | 1010011 | 1000011 |
Color Harmonies of #F165C1
Complementary color
Monochromatic Colors of #F165C1
Black with #F165C1
Text Example
Text Example
White with #F165C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165C1; }
p { color: rgb(241,101,193); }
H1.HeaderClassName
{
color: #F165C1;
}
.AnyTagClassName
{
color: #F165C1;
}
</style>
background-color css
<style>
a { background-color: #F165C1; }
a { background-color: rgb(241,101,193); }
div.DivClassName
{
background-color: #F165C1;
}
.BgClassName
{
background-color: #F165C1;
}
</style>
border-color css
<style>
span { border-color: #F165C1; }
span { border-color: rgb(241,101,193); }
td.TdClassName
{
border-color: #F165C1;
}
.TagClassName
{
border-color: #F165C1;
}
</style>