Shades of Neon Pink #F364C7
Tints of Neon Pink #F364C7
RGB
CMYK
RGB Variations
Color information
#F364C7 (or 0xF364C7) is known color: Neon Pink. HEX triplet: F3, 64 and C7. RGB value is (243,100,199). Sum of RGB (Red+Green+Blue) = 243+100+199=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F364C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364C7 is #0C9B38. Grayscale: #999999. Windows color (decimal): -826169 or 13067507. OLE color: 13067507.
HSL color Cylindrical-coordinate representation of color #F364C7: hue angle of 318.46º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364C7 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 199 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.05 |
| HSL | 318.46º | 0.86% | 0.67% | - |
| HSV(B) | 318.46º | 0.59% | 0.95% | - |
| XYZ | 51.83 | 32.29 | 57.53 | - |
| YUV | 154.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 199 | 0 | 0.59 | 0.18 | 0.05 | 318.46 | 0.86 | 0.67 |
| Hex | F3 | 64 | C7 | 0 | 3B | 12 | 5 | 13E | 56 | 43 |
| Octal | 363 | 144 | 307 | 0 | 73 | 22 | 5 | 476 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11000111 | 0 | 111011 | 10010 | 101 | 100111110 | 1010110 | 1000011 |
Color Harmonies of #F364C7
Complementary color
Monochromatic Colors of #F364C7
Black with #F364C7
Text Example
Text Example
White with #F364C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364C7; }
p { color: rgb(243,100,199); }
H1.HeaderClassName
{
color: #F364C7;
}
.AnyTagClassName
{
color: #F364C7;
}
</style>
background-color css
<style>
a { background-color: #F364C7; }
a { background-color: rgb(243,100,199); }
div.DivClassName
{
background-color: #F364C7;
}
.BgClassName
{
background-color: #F364C7;
}
</style>
border-color css
<style>
span { border-color: #F364C7; }
span { border-color: rgb(243,100,199); }
td.TdClassName
{
border-color: #F364C7;
}
.TagClassName
{
border-color: #F364C7;
}
</style>