Shades of Neon Pink #F264CC
Tints of Neon Pink #F264CC
RGB
CMYK
RGB Variations
Color information
#F264CC (or 0xF264CC) is known color: Neon Pink. HEX triplet: F2, 64 and CC. RGB value is (242,100,204). Sum of RGB (Red+Green+Blue) = 242+100+204=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F264CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264CC is #0D9B33. Grayscale: #9A9A9A. Windows color (decimal): -891700 or 13395186. OLE color: 13395186.
HSL color Cylindrical-coordinate representation of color #F264CC: hue angle of 316.06º 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 #F264CC is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 204 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.05 |
| HSL | 316.06º | 0.85% | 0.67% | - |
| HSV(B) | 316.06º | 0.59% | 0.95% | - |
| XYZ | 52.07 | 32.35 | 60.63 | - |
| YUV | 154.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 204 | 0 | 0.59 | 0.16 | 0.05 | 316.06 | 0.85 | 0.67 |
| Hex | F2 | 64 | CC | 0 | 3B | 10 | 5 | 13C | 55 | 43 |
| Octal | 362 | 144 | 314 | 0 | 73 | 20 | 5 | 474 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11001100 | 0 | 111011 | 10000 | 101 | 100111100 | 1010101 | 1000011 |
Color Harmonies of #F264CC
Complementary color
Monochromatic Colors of #F264CC
Black with #F264CC
Text Example
Text Example
White with #F264CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264CC; }
p { color: rgb(242,100,204); }
H1.HeaderClassName
{
color: #F264CC;
}
.AnyTagClassName
{
color: #F264CC;
}
</style>
background-color css
<style>
a { background-color: #F264CC; }
a { background-color: rgb(242,100,204); }
div.DivClassName
{
background-color: #F264CC;
}
.BgClassName
{
background-color: #F264CC;
}
</style>
border-color css
<style>
span { border-color: #F264CC; }
span { border-color: rgb(242,100,204); }
td.TdClassName
{
border-color: #F264CC;
}
.TagClassName
{
border-color: #F264CC;
}
</style>