Shades of Neon Pink #F364CA
Tints of Neon Pink #F364CA
RGB
CMYK
RGB Variations
Color information
#F364CA (or 0xF364CA) is known color: Neon Pink. HEX triplet: F3, 64 and CA. RGB value is (243,100,202). Sum of RGB (Red+Green+Blue) = 243+100+202=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F364CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364CA is #0C9B35. Grayscale: #9A9A9A. Windows color (decimal): -826166 or 13264115. OLE color: 13264115.
HSL color Cylindrical-coordinate representation of color #F364CA: hue angle of 317.2º 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 #F364CA is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 202 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.05 |
| HSL | 317.2º | 0.86% | 0.67% | - |
| HSV(B) | 317.2º | 0.59% | 0.95% | - |
| XYZ | 52.18 | 32.43 | 59.39 | - |
| YUV | 154.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 202 | 0 | 0.59 | 0.17 | 0.05 | 317.2 | 0.86 | 0.67 |
| Hex | F3 | 64 | CA | 0 | 3B | 11 | 5 | 13D | 56 | 43 |
| Octal | 363 | 144 | 312 | 0 | 73 | 21 | 5 | 475 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11001010 | 0 | 111011 | 10001 | 101 | 100111101 | 1010110 | 1000011 |
Color Harmonies of #F364CA
Complementary color
Monochromatic Colors of #F364CA
Black with #F364CA
Text Example
Text Example
White with #F364CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364CA; }
p { color: rgb(243,100,202); }
H1.HeaderClassName
{
color: #F364CA;
}
.AnyTagClassName
{
color: #F364CA;
}
</style>
background-color css
<style>
a { background-color: #F364CA; }
a { background-color: rgb(243,100,202); }
div.DivClassName
{
background-color: #F364CA;
}
.BgClassName
{
background-color: #F364CA;
}
</style>
border-color css
<style>
span { border-color: #F364CA; }
span { border-color: rgb(243,100,202); }
td.TdClassName
{
border-color: #F364CA;
}
.TagClassName
{
border-color: #F364CA;
}
</style>