Shades of Neon Pink #F364CE
Tints of Neon Pink #F364CE
RGB
CMYK
RGB Variations
Color information
#F364CE (or 0xF364CE) is known color: Neon Pink. HEX triplet: F3, 64 and CE. RGB value is (243,100,206). Sum of RGB (Red+Green+Blue) = 243+100+206=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F364CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364CE is #0C9B31. Grayscale: #9A9A9A. Windows color (decimal): -826162 or 13526259. OLE color: 13526259.
HSL color Cylindrical-coordinate representation of color #F364CE: hue angle of 315.52º 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 #F364CE is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 206 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 315.52º | 0.86% | 0.67% | - |
| HSV(B) | 315.52º | 0.59% | 0.95% | - |
| XYZ | 52.66 | 32.63 | 61.91 | - |
| YUV | 154.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 206 | 0 | 0.59 | 0.15 | 0.05 | 315.52 | 0.86 | 0.67 |
| Hex | F3 | 64 | CE | 0 | 3B | F | 5 | 13C | 56 | 43 |
| Octal | 363 | 144 | 316 | 0 | 73 | 17 | 5 | 474 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11001110 | 0 | 111011 | 1111 | 101 | 100111100 | 1010110 | 1000011 |
Color Harmonies of #F364CE
Complementary color
Monochromatic Colors of #F364CE
Black with #F364CE
Text Example
Text Example
White with #F364CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364CE; }
p { color: rgb(243,100,206); }
H1.HeaderClassName
{
color: #F364CE;
}
.AnyTagClassName
{
color: #F364CE;
}
</style>
background-color css
<style>
a { background-color: #F364CE; }
a { background-color: rgb(243,100,206); }
div.DivClassName
{
background-color: #F364CE;
}
.BgClassName
{
background-color: #F364CE;
}
</style>
border-color css
<style>
span { border-color: #F364CE; }
span { border-color: rgb(243,100,206); }
td.TdClassName
{
border-color: #F364CE;
}
.TagClassName
{
border-color: #F364CE;
}
</style>