Shades of Neon Pink #F366C1
Tints of Neon Pink #F366C1
RGB
CMYK
RGB Variations
Color information
#F366C1 (or 0xF366C1) is known color: Neon Pink. HEX triplet: F3, 66 and C1. RGB value is (243,102,193). Sum of RGB (Red+Green+Blue) = 243+102+193=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F366C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366C1 is #0C993E. Grayscale: #9A9A9A. Windows color (decimal): -825663 or 12674803. OLE color: 12674803.
HSL color Cylindrical-coordinate representation of color #F366C1: hue angle of 321.28º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F366C1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 193 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.28º | 0.85% | 0.68% | - |
| HSV(B) | 321.28º | 0.58% | 0.95% | - |
| XYZ | 51.34 | 32.41 | 54 | - |
| YUV | 154.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 193 | 0 | 0.58 | 0.21 | 0.05 | 321.28 | 0.85 | 0.68 |
| Hex | F3 | 66 | C1 | 0 | 3A | 15 | 5 | 141 | 55 | 44 |
| Octal | 363 | 146 | 301 | 0 | 72 | 25 | 5 | 501 | 125 | 104 |
| Binary | 11110011 | 1100110 | 11000001 | 0 | 111010 | 10101 | 101 | 101000001 | 1010101 | 1000100 |
Color Harmonies of #F366C1
Complementary color
Monochromatic Colors of #F366C1
Black with #F366C1
Text Example
Text Example
White with #F366C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366C1; }
p { color: rgb(243,102,193); }
H1.HeaderClassName
{
color: #F366C1;
}
.AnyTagClassName
{
color: #F366C1;
}
</style>
background-color css
<style>
a { background-color: #F366C1; }
a { background-color: rgb(243,102,193); }
div.DivClassName
{
background-color: #F366C1;
}
.BgClassName
{
background-color: #F366C1;
}
</style>
border-color css
<style>
span { border-color: #F366C1; }
span { border-color: rgb(243,102,193); }
td.TdClassName
{
border-color: #F366C1;
}
.TagClassName
{
border-color: #F366C1;
}
</style>