Shades of Neon Pink #F365C0
Tints of Neon Pink #F365C0
RGB
CMYK
RGB Variations
Color information
#F365C0 (or 0xF365C0) is known color: Neon Pink. HEX triplet: F3, 65 and C0. RGB value is (243,101,192). Sum of RGB (Red+Green+Blue) = 243+101+192=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F365C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365C0 is #0C9A3F. Grayscale: #999999. Windows color (decimal): -825920 or 12609011. OLE color: 12609011.
HSL color Cylindrical-coordinate representation of color #F365C0: hue angle of 321.55º degrees, saturation: 0.86, 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 #F365C0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 192 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.55º | 0.86% | 0.67% | - |
| HSV(B) | 321.55º | 0.58% | 0.95% | - |
| XYZ | 51.13 | 32.17 | 53.38 | - |
| YUV | 153.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 192 | 0 | 0.58 | 0.21 | 0.05 | 321.55 | 0.86 | 0.67 |
| Hex | F3 | 65 | C0 | 0 | 3A | 15 | 5 | 142 | 56 | 43 |
| Octal | 363 | 145 | 300 | 0 | 72 | 25 | 5 | 502 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11000000 | 0 | 111010 | 10101 | 101 | 101000010 | 1010110 | 1000011 |
Color Harmonies of #F365C0
Complementary color
Monochromatic Colors of #F365C0
Black with #F365C0
Text Example
Text Example
White with #F365C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365C0; }
p { color: rgb(243,101,192); }
H1.HeaderClassName
{
color: #F365C0;
}
.AnyTagClassName
{
color: #F365C0;
}
</style>
background-color css
<style>
a { background-color: #F365C0; }
a { background-color: rgb(243,101,192); }
div.DivClassName
{
background-color: #F365C0;
}
.BgClassName
{
background-color: #F365C0;
}
</style>
border-color css
<style>
span { border-color: #F365C0; }
span { border-color: rgb(243,101,192); }
td.TdClassName
{
border-color: #F365C0;
}
.TagClassName
{
border-color: #F365C0;
}
</style>