Shades of Neon Pink #F165CE
Tints of Neon Pink #F165CE
RGB
CMYK
RGB Variations
Color information
#F165CE (or 0xF165CE) is known color: Neon Pink. HEX triplet: F1, 65 and CE. RGB value is (241,101,206). Sum of RGB (Red+Green+Blue) = 241+101+206=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F165CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165CE is #0E9A31. Grayscale: #9A9A9A. Windows color (decimal): -956978 or 13526513. OLE color: 13526513.
HSL color Cylindrical-coordinate representation of color #F165CE: hue angle of 315º 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 #F165CE is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 206 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.05 |
| HSL | 315º | 0.83% | 0.67% | - |
| HSV(B) | 315º | 0.58% | 0.95% | - |
| XYZ | 52.07 | 32.46 | 61.91 | - |
| YUV | 154.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 206 | 0 | 0.58 | 0.15 | 0.05 | 315 | 0.83 | 0.67 |
| Hex | F1 | 65 | CE | 0 | 3A | F | 5 | 13B | 53 | 43 |
| Octal | 361 | 145 | 316 | 0 | 72 | 17 | 5 | 473 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11001110 | 0 | 111010 | 1111 | 101 | 100111011 | 1010011 | 1000011 |
Color Harmonies of #F165CE
Complementary color
Monochromatic Colors of #F165CE
Black with #F165CE
Text Example
Text Example
White with #F165CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165CE; }
p { color: rgb(241,101,206); }
H1.HeaderClassName
{
color: #F165CE;
}
.AnyTagClassName
{
color: #F165CE;
}
</style>
background-color css
<style>
a { background-color: #F165CE; }
a { background-color: rgb(241,101,206); }
div.DivClassName
{
background-color: #F165CE;
}
.BgClassName
{
background-color: #F165CE;
}
</style>
border-color css
<style>
span { border-color: #F165CE; }
span { border-color: rgb(241,101,206); }
td.TdClassName
{
border-color: #F165CE;
}
.TagClassName
{
border-color: #F165CE;
}
</style>