Shades of Neon Pink #F366BE
Tints of Neon Pink #F366BE
RGB
CMYK
RGB Variations
Color information
#F366BE (or 0xF366BE) is known color: Neon Pink. HEX triplet: F3, 66 and BE. RGB value is (243,102,190). Sum of RGB (Red+Green+Blue) = 243+102+190=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F366BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366BE is #0C9941. Grayscale: #999999. Windows color (decimal): -825666 or 12478195. OLE color: 12478195.
HSL color Cylindrical-coordinate representation of color #F366BE: hue angle of 322.55º 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 #F366BE is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 190 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.05 |
| HSL | 322.55º | 0.85% | 0.68% | - |
| HSV(B) | 322.55º | 0.58% | 0.95% | - |
| XYZ | 51.01 | 32.28 | 52.26 | - |
| YUV | 154.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 190 | 0 | 0.58 | 0.22 | 0.05 | 322.55 | 0.85 | 0.68 |
| Hex | F3 | 66 | BE | 0 | 3A | 16 | 5 | 143 | 55 | 44 |
| Octal | 363 | 146 | 276 | 0 | 72 | 26 | 5 | 503 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10111110 | 0 | 111010 | 10110 | 101 | 101000011 | 1010101 | 1000100 |
Color Harmonies of #F366BE
Complementary color
Monochromatic Colors of #F366BE
Black with #F366BE
Text Example
Text Example
White with #F366BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366BE; }
p { color: rgb(243,102,190); }
H1.HeaderClassName
{
color: #F366BE;
}
.AnyTagClassName
{
color: #F366BE;
}
</style>
background-color css
<style>
a { background-color: #F366BE; }
a { background-color: rgb(243,102,190); }
div.DivClassName
{
background-color: #F366BE;
}
.BgClassName
{
background-color: #F366BE;
}
</style>
border-color css
<style>
span { border-color: #F366BE; }
span { border-color: rgb(243,102,190); }
td.TdClassName
{
border-color: #F366BE;
}
.TagClassName
{
border-color: #F366BE;
}
</style>