Shades of Neon Pink #F368C8
Tints of Neon Pink #F368C8
RGB
CMYK
RGB Variations
Color information
#F368C8 (or 0xF368C8) is known color: Neon Pink. HEX triplet: F3, 68 and C8. RGB value is (243,104,200). Sum of RGB (Red+Green+Blue) = 243+104+200=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C8 is #0C9737. Grayscale: #9C9C9C. Windows color (decimal): -825144 or 13134067. OLE color: 13134067.
HSL color Cylindrical-coordinate representation of color #F368C8: hue angle of 318.56º 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 #F368C8 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 200 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.05 |
| HSL | 318.56º | 0.85% | 0.68% | - |
| HSV(B) | 318.56º | 0.57% | 0.95% | - |
| XYZ | 52.34 | 33.13 | 58.28 | - |
| YUV | 156.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 200 | 0 | 0.57 | 0.18 | 0.05 | 318.56 | 0.85 | 0.68 |
| Hex | F3 | 68 | C8 | 0 | 39 | 12 | 5 | 13F | 55 | 44 |
| Octal | 363 | 150 | 310 | 0 | 71 | 22 | 5 | 477 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11001000 | 0 | 111001 | 10010 | 101 | 100111111 | 1010101 | 1000100 |
Color Harmonies of #F368C8
Complementary color
Monochromatic Colors of #F368C8
Black with #F368C8
Text Example
Text Example
White with #F368C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368C8; }
p { color: rgb(243,104,200); }
H1.HeaderClassName
{
color: #F368C8;
}
.AnyTagClassName
{
color: #F368C8;
}
</style>
background-color css
<style>
a { background-color: #F368C8; }
a { background-color: rgb(243,104,200); }
div.DivClassName
{
background-color: #F368C8;
}
.BgClassName
{
background-color: #F368C8;
}
</style>
border-color css
<style>
span { border-color: #F368C8; }
span { border-color: rgb(243,104,200); }
td.TdClassName
{
border-color: #F368C8;
}
.TagClassName
{
border-color: #F368C8;
}
</style>