Shades of Neon Pink #F364CC
Tints of Neon Pink #F364CC
RGB
CMYK
RGB Variations
Color information
#F364CC (or 0xF364CC) is known color: Neon Pink. HEX triplet: F3, 64 and CC. RGB value is (243,100,204). Sum of RGB (Red+Green+Blue) = 243+100+204=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F364CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364CC is #0C9B33. Grayscale: #9A9A9A. Windows color (decimal): -826164 or 13395187. OLE color: 13395187.
HSL color Cylindrical-coordinate representation of color #F364CC: hue angle of 316.36º 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 #F364CC is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 204 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.05 |
| HSL | 316.36º | 0.86% | 0.67% | - |
| HSV(B) | 316.36º | 0.59% | 0.95% | - |
| XYZ | 52.42 | 32.53 | 60.64 | - |
| YUV | 154.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 204 | 0 | 0.59 | 0.16 | 0.05 | 316.36 | 0.86 | 0.67 |
| Hex | F3 | 64 | CC | 0 | 3B | 10 | 5 | 13C | 56 | 43 |
| Octal | 363 | 144 | 314 | 0 | 73 | 20 | 5 | 474 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11001100 | 0 | 111011 | 10000 | 101 | 100111100 | 1010110 | 1000011 |
Color Harmonies of #F364CC
Complementary color
Monochromatic Colors of #F364CC
Black with #F364CC
Text Example
Text Example
White with #F364CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364CC; }
p { color: rgb(243,100,204); }
H1.HeaderClassName
{
color: #F364CC;
}
.AnyTagClassName
{
color: #F364CC;
}
</style>
background-color css
<style>
a { background-color: #F364CC; }
a { background-color: rgb(243,100,204); }
div.DivClassName
{
background-color: #F364CC;
}
.BgClassName
{
background-color: #F364CC;
}
</style>
border-color css
<style>
span { border-color: #F364CC; }
span { border-color: rgb(243,100,204); }
td.TdClassName
{
border-color: #F364CC;
}
.TagClassName
{
border-color: #F364CC;
}
</style>