Shades of Neon Pink #F36CCF
Tints of Neon Pink #F36CCF
RGB
CMYK
RGB Variations
Color information
#F36CCF (or 0xF36CCF) is known color: Neon Pink. HEX triplet: F3, 6C and CF. RGB value is (243,108,207). Sum of RGB (Red+Green+Blue) = 243+108+207=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F36CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36CCF is #0C9330. Grayscale: #9F9F9F. Windows color (decimal): -824113 or 13593843. OLE color: 13593843.
HSL color Cylindrical-coordinate representation of color #F36CCF: hue angle of 316º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36CCF is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 207 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.05 |
| HSL | 316º | 0.85% | 0.69% | - |
| HSV(B) | 316º | 0.56% | 0.95% | - |
| XYZ | 53.59 | 34.28 | 62.82 | - |
| YUV | 159.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 207 | 0 | 0.56 | 0.15 | 0.05 | 316 | 0.85 | 0.69 |
| Hex | F3 | 6C | CF | 0 | 38 | F | 5 | 13C | 55 | 45 |
| Octal | 363 | 154 | 317 | 0 | 70 | 17 | 5 | 474 | 125 | 105 |
| Binary | 11110011 | 1101100 | 11001111 | 0 | 111000 | 1111 | 101 | 100111100 | 1010101 | 1000101 |
Color Harmonies of #F36CCF
Complementary color
Monochromatic Colors of #F36CCF
Black with #F36CCF
Text Example
Text Example
White with #F36CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CCF; }
p { color: rgb(243,108,207); }
H1.HeaderClassName
{
color: #F36CCF;
}
.AnyTagClassName
{
color: #F36CCF;
}
</style>
background-color css
<style>
a { background-color: #F36CCF; }
a { background-color: rgb(243,108,207); }
div.DivClassName
{
background-color: #F36CCF;
}
.BgClassName
{
background-color: #F36CCF;
}
</style>
border-color css
<style>
span { border-color: #F36CCF; }
span { border-color: rgb(243,108,207); }
td.TdClassName
{
border-color: #F36CCF;
}
.TagClassName
{
border-color: #F36CCF;
}
</style>