Shades of Neon Pink #F368C0
Tints of Neon Pink #F368C0
RGB
CMYK
RGB Variations
Color information
#F368C0 (or 0xF368C0) is known color: Neon Pink. HEX triplet: F3, 68 and C0. RGB value is (243,104,192). Sum of RGB (Red+Green+Blue) = 243+104+192=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C0 is #0C973F. Grayscale: #9B9B9B. Windows color (decimal): -825152 or 12609779. OLE color: 12609779.
HSL color Cylindrical-coordinate representation of color #F368C0: hue angle of 322.01º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368C0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 192 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 322.01º | 0.85% | 0.68% | - |
| HSV(B) | 322.01º | 0.57% | 0.95% | - |
| XYZ | 51.43 | 32.76 | 53.48 | - |
| YUV | 155.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 192 | 0 | 0.57 | 0.21 | 0.05 | 322.01 | 0.85 | 0.68 |
| Hex | F3 | 68 | C0 | 0 | 39 | 15 | 5 | 142 | 55 | 44 |
| Octal | 363 | 150 | 300 | 0 | 71 | 25 | 5 | 502 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11000000 | 0 | 111001 | 10101 | 101 | 101000010 | 1010101 | 1000100 |
Color Harmonies of #F368C0
Complementary color
Monochromatic Colors of #F368C0
Black with #F368C0
Text Example
Text Example
White with #F368C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368C0; }
p { color: rgb(243,104,192); }
H1.HeaderClassName
{
color: #F368C0;
}
.AnyTagClassName
{
color: #F368C0;
}
</style>
background-color css
<style>
a { background-color: #F368C0; }
a { background-color: rgb(243,104,192); }
div.DivClassName
{
background-color: #F368C0;
}
.BgClassName
{
background-color: #F368C0;
}
</style>
border-color css
<style>
span { border-color: #F368C0; }
span { border-color: rgb(243,104,192); }
td.TdClassName
{
border-color: #F368C0;
}
.TagClassName
{
border-color: #F368C0;
}
</style>