Shades of Neon Pink #F366C0
Tints of Neon Pink #F366C0
RGB
CMYK
RGB Variations
Color information
#F366C0 (or 0xF366C0) is known color: Neon Pink. HEX triplet: F3, 66 and C0. RGB value is (243,102,192). Sum of RGB (Red+Green+Blue) = 243+102+192=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F366C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366C0 is #0C993F. Grayscale: #9A9A9A. Windows color (decimal): -825664 or 12609267. OLE color: 12609267.
HSL color Cylindrical-coordinate representation of color #F366C0: hue angle of 321.7º 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 #F366C0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 192 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.7º | 0.85% | 0.68% | - |
| HSV(B) | 321.7º | 0.58% | 0.95% | - |
| XYZ | 51.23 | 32.36 | 53.42 | - |
| YUV | 154.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 192 | 0 | 0.58 | 0.21 | 0.05 | 321.7 | 0.85 | 0.68 |
| Hex | F3 | 66 | C0 | 0 | 3A | 15 | 5 | 142 | 55 | 44 |
| Octal | 363 | 146 | 300 | 0 | 72 | 25 | 5 | 502 | 125 | 104 |
| Binary | 11110011 | 1100110 | 11000000 | 0 | 111010 | 10101 | 101 | 101000010 | 1010101 | 1000100 |
Color Harmonies of #F366C0
Complementary color
Monochromatic Colors of #F366C0
Black with #F366C0
Text Example
Text Example
White with #F366C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366C0; }
p { color: rgb(243,102,192); }
H1.HeaderClassName
{
color: #F366C0;
}
.AnyTagClassName
{
color: #F366C0;
}
</style>
background-color css
<style>
a { background-color: #F366C0; }
a { background-color: rgb(243,102,192); }
div.DivClassName
{
background-color: #F366C0;
}
.BgClassName
{
background-color: #F366C0;
}
</style>
border-color css
<style>
span { border-color: #F366C0; }
span { border-color: rgb(243,102,192); }
td.TdClassName
{
border-color: #F366C0;
}
.TagClassName
{
border-color: #F366C0;
}
</style>