Shades of Neon Pink #F264CE
Tints of Neon Pink #F264CE
RGB
CMYK
RGB Variations
Color information
#F264CE (or 0xF264CE) is known color: Neon Pink. HEX triplet: F2, 64 and CE. RGB value is (242,100,206). Sum of RGB (Red+Green+Blue) = 242+100+206=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F264CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264CE is #0D9B31. Grayscale: #9A9A9A. Windows color (decimal): -891698 or 13526258. OLE color: 13526258.
HSL color Cylindrical-coordinate representation of color #F264CE: hue angle of 315.21º degrees, saturation: 0.85, 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 #F264CE is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 206 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 315.21º | 0.85% | 0.67% | - |
| HSV(B) | 315.21º | 0.59% | 0.95% | - |
| XYZ | 52.32 | 32.45 | 61.9 | - |
| YUV | 154.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 206 | 0 | 0.59 | 0.15 | 0.05 | 315.21 | 0.85 | 0.67 |
| Hex | F2 | 64 | CE | 0 | 3B | F | 5 | 13B | 55 | 43 |
| Octal | 362 | 144 | 316 | 0 | 73 | 17 | 5 | 473 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11001110 | 0 | 111011 | 1111 | 101 | 100111011 | 1010101 | 1000011 |
Color Harmonies of #F264CE
Complementary color
Monochromatic Colors of #F264CE
Black with #F264CE
Text Example
Text Example
White with #F264CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264CE; }
p { color: rgb(242,100,206); }
H1.HeaderClassName
{
color: #F264CE;
}
.AnyTagClassName
{
color: #F264CE;
}
</style>
background-color css
<style>
a { background-color: #F264CE; }
a { background-color: rgb(242,100,206); }
div.DivClassName
{
background-color: #F264CE;
}
.BgClassName
{
background-color: #F264CE;
}
</style>
border-color css
<style>
span { border-color: #F264CE; }
span { border-color: rgb(242,100,206); }
td.TdClassName
{
border-color: #F264CE;
}
.TagClassName
{
border-color: #F264CE;
}
</style>