Shades of Neon Pink #F165CB
Tints of Neon Pink #F165CB
RGB
CMYK
RGB Variations
Color information
#F165CB (or 0xF165CB) is known color: Neon Pink. HEX triplet: F1, 65 and CB. RGB value is (241,101,203). Sum of RGB (Red+Green+Blue) = 241+101+203=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F165CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165CB is #0E9A34. Grayscale: #9A9A9A. Windows color (decimal): -956981 or 13329905. OLE color: 13329905.
HSL color Cylindrical-coordinate representation of color #F165CB: hue angle of 316.29º 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 #F165CB is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 203 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.29º | 0.83% | 0.67% | - |
| HSV(B) | 316.29º | 0.58% | 0.95% | - |
| XYZ | 51.71 | 32.32 | 60.01 | - |
| YUV | 154.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 203 | 0 | 0.58 | 0.16 | 0.05 | 316.29 | 0.83 | 0.67 |
| Hex | F1 | 65 | CB | 0 | 3A | 10 | 5 | 13C | 53 | 43 |
| Octal | 361 | 145 | 313 | 0 | 72 | 20 | 5 | 474 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11001011 | 0 | 111010 | 10000 | 101 | 100111100 | 1010011 | 1000011 |
Color Harmonies of #F165CB
Complementary color
Monochromatic Colors of #F165CB
Black with #F165CB
Text Example
Text Example
White with #F165CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165CB; }
p { color: rgb(241,101,203); }
H1.HeaderClassName
{
color: #F165CB;
}
.AnyTagClassName
{
color: #F165CB;
}
</style>
background-color css
<style>
a { background-color: #F165CB; }
a { background-color: rgb(241,101,203); }
div.DivClassName
{
background-color: #F165CB;
}
.BgClassName
{
background-color: #F165CB;
}
</style>
border-color css
<style>
span { border-color: #F165CB; }
span { border-color: rgb(241,101,203); }
td.TdClassName
{
border-color: #F165CB;
}
.TagClassName
{
border-color: #F165CB;
}
</style>