Shades of Neon Pink #F16CBE
Tints of Neon Pink #F16CBE
RGB
CMYK
RGB Variations
Color information
#F16CBE (or 0xF16CBE) is known color: Neon Pink. HEX triplet: F1, 6C and BE. RGB value is (241,108,190). Sum of RGB (Red+Green+Blue) = 241+108+190=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CBE is #0E9341. Grayscale: #9C9C9C. Windows color (decimal): -955202 or 12479729. OLE color: 12479729.
HSL color Cylindrical-coordinate representation of color #F16CBE: hue angle of 323.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CBE is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 190 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.05 |
| HSL | 323.01º | 0.83% | 0.68% | - |
| HSV(B) | 323.01º | 0.55% | 0.95% | - |
| XYZ | 50.93 | 33.14 | 52.43 | - |
| YUV | 157.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 190 | 0 | 0.55 | 0.21 | 0.05 | 323.01 | 0.83 | 0.68 |
| Hex | F1 | 6C | BE | 0 | 37 | 15 | 5 | 143 | 53 | 44 |
| Octal | 361 | 154 | 276 | 0 | 67 | 25 | 5 | 503 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10111110 | 0 | 110111 | 10101 | 101 | 101000011 | 1010011 | 1000100 |
Color Harmonies of #F16CBE
Complementary color
Monochromatic Colors of #F16CBE
Black with #F16CBE
Text Example
Text Example
White with #F16CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CBE; }
p { color: rgb(241,108,190); }
H1.HeaderClassName
{
color: #F16CBE;
}
.AnyTagClassName
{
color: #F16CBE;
}
</style>
background-color css
<style>
a { background-color: #F16CBE; }
a { background-color: rgb(241,108,190); }
div.DivClassName
{
background-color: #F16CBE;
}
.BgClassName
{
background-color: #F16CBE;
}
</style>
border-color css
<style>
span { border-color: #F16CBE; }
span { border-color: rgb(241,108,190); }
td.TdClassName
{
border-color: #F16CBE;
}
.TagClassName
{
border-color: #F16CBE;
}
</style>