Shades of Neon Pink #F368C5
Tints of Neon Pink #F368C5
RGB
CMYK
RGB Variations
Color information
#F368C5 (or 0xF368C5) is known color: Neon Pink. HEX triplet: F3, 68 and C5. RGB value is (243,104,197). Sum of RGB (Red+Green+Blue) = 243+104+197=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C5 is #0C973A. Grayscale: #9B9B9B. Windows color (decimal): -825147 or 12937459. OLE color: 12937459.
HSL color Cylindrical-coordinate representation of color #F368C5: hue angle of 319.86º 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 #F368C5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 197 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 319.86º | 0.85% | 0.68% | - |
| HSV(B) | 319.86º | 0.57% | 0.95% | - |
| XYZ | 51.99 | 32.99 | 56.45 | - |
| YUV | 156.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 197 | 0 | 0.57 | 0.19 | 0.05 | 319.86 | 0.85 | 0.68 |
| Hex | F3 | 68 | C5 | 0 | 39 | 13 | 5 | 140 | 55 | 44 |
| Octal | 363 | 150 | 305 | 0 | 71 | 23 | 5 | 500 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11000101 | 0 | 111001 | 10011 | 101 | 101000000 | 1010101 | 1000100 |
Color Harmonies of #F368C5
Complementary color
Monochromatic Colors of #F368C5
Black with #F368C5
Text Example
Text Example
White with #F368C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368C5; }
p { color: rgb(243,104,197); }
H1.HeaderClassName
{
color: #F368C5;
}
.AnyTagClassName
{
color: #F368C5;
}
</style>
background-color css
<style>
a { background-color: #F368C5; }
a { background-color: rgb(243,104,197); }
div.DivClassName
{
background-color: #F368C5;
}
.BgClassName
{
background-color: #F368C5;
}
</style>
border-color css
<style>
span { border-color: #F368C5; }
span { border-color: rgb(243,104,197); }
td.TdClassName
{
border-color: #F368C5;
}
.TagClassName
{
border-color: #F368C5;
}
</style>