Shades of Neon Pink #F165BE
Tints of Neon Pink #F165BE
RGB
CMYK
RGB Variations
Color information
#F165BE (or 0xF165BE) is known color: Neon Pink. HEX triplet: F1, 65 and BE. RGB value is (241,101,190). Sum of RGB (Red+Green+Blue) = 241+101+190=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F165BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165BE is #0E9A41. Grayscale: #989898. Windows color (decimal): -956994 or 12477937. OLE color: 12477937.
HSL color Cylindrical-coordinate representation of color #F165BE: hue angle of 321.86º 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 #F165BE is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 190 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.86º | 0.83% | 0.67% | - |
| HSV(B) | 321.86º | 0.58% | 0.95% | - |
| XYZ | 50.22 | 31.73 | 52.19 | - |
| YUV | 153.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 190 | 0 | 0.58 | 0.21 | 0.05 | 321.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | BE | 0 | 3A | 15 | 5 | 142 | 53 | 43 |
| Octal | 361 | 145 | 276 | 0 | 72 | 25 | 5 | 502 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10111110 | 0 | 111010 | 10101 | 101 | 101000010 | 1010011 | 1000011 |
Color Harmonies of #F165BE
Complementary color
Monochromatic Colors of #F165BE
Black with #F165BE
Text Example
Text Example
White with #F165BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165BE; }
p { color: rgb(241,101,190); }
H1.HeaderClassName
{
color: #F165BE;
}
.AnyTagClassName
{
color: #F165BE;
}
</style>
background-color css
<style>
a { background-color: #F165BE; }
a { background-color: rgb(241,101,190); }
div.DivClassName
{
background-color: #F165BE;
}
.BgClassName
{
background-color: #F165BE;
}
</style>
border-color css
<style>
span { border-color: #F165BE; }
span { border-color: rgb(241,101,190); }
td.TdClassName
{
border-color: #F165BE;
}
.TagClassName
{
border-color: #F165BE;
}
</style>