Shades of Neon Pink #F264CA
Tints of Neon Pink #F264CA
RGB
CMYK
RGB Variations
Color information
#F264CA (or 0xF264CA) is known color: Neon Pink. HEX triplet: F2, 64 and CA. RGB value is (242,100,202). Sum of RGB (Red+Green+Blue) = 242+100+202=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F264CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264CA is #0D9B35. Grayscale: #999999. Windows color (decimal): -891702 or 13264114. OLE color: 13264114.
HSL color Cylindrical-coordinate representation of color #F264CA: hue angle of 316.9º 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 #F264CA is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 202 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.05 |
| HSL | 316.9º | 0.85% | 0.67% | - |
| HSV(B) | 316.9º | 0.59% | 0.95% | - |
| XYZ | 51.84 | 32.26 | 59.37 | - |
| YUV | 154.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 202 | 0 | 0.59 | 0.17 | 0.05 | 316.9 | 0.85 | 0.67 |
| Hex | F2 | 64 | CA | 0 | 3B | 11 | 5 | 13D | 55 | 43 |
| Octal | 362 | 144 | 312 | 0 | 73 | 21 | 5 | 475 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11001010 | 0 | 111011 | 10001 | 101 | 100111101 | 1010101 | 1000011 |
Color Harmonies of #F264CA
Complementary color
Monochromatic Colors of #F264CA
Black with #F264CA
Text Example
Text Example
White with #F264CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264CA; }
p { color: rgb(242,100,202); }
H1.HeaderClassName
{
color: #F264CA;
}
.AnyTagClassName
{
color: #F264CA;
}
</style>
background-color css
<style>
a { background-color: #F264CA; }
a { background-color: rgb(242,100,202); }
div.DivClassName
{
background-color: #F264CA;
}
.BgClassName
{
background-color: #F264CA;
}
</style>
border-color css
<style>
span { border-color: #F264CA; }
span { border-color: rgb(242,100,202); }
td.TdClassName
{
border-color: #F264CA;
}
.TagClassName
{
border-color: #F264CA;
}
</style>