Shades of Neon Pink #F265CC
Tints of Neon Pink #F265CC
RGB
CMYK
RGB Variations
Color information
#F265CC (or 0xF265CC) is known color: Neon Pink. HEX triplet: F2, 65 and CC. RGB value is (242,101,204). Sum of RGB (Red+Green+Blue) = 242+101+204=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F265CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265CC is #0D9A33. Grayscale: #9A9A9A. Windows color (decimal): -891444 or 13395442. OLE color: 13395442.
HSL color Cylindrical-coordinate representation of color #F265CC: hue angle of 316.17º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265CC is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 204 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.17º | 0.84% | 0.67% | - |
| HSV(B) | 316.17º | 0.58% | 0.95% | - |
| XYZ | 52.17 | 32.54 | 60.66 | - |
| YUV | 154.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 204 | 0 | 0.58 | 0.16 | 0.05 | 316.17 | 0.84 | 0.67 |
| Hex | F2 | 65 | CC | 0 | 3A | 10 | 5 | 13C | 54 | 43 |
| Octal | 362 | 145 | 314 | 0 | 72 | 20 | 5 | 474 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11001100 | 0 | 111010 | 10000 | 101 | 100111100 | 1010100 | 1000011 |
Color Harmonies of #F265CC
Complementary color
Monochromatic Colors of #F265CC
Black with #F265CC
Text Example
Text Example
White with #F265CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265CC; }
p { color: rgb(242,101,204); }
H1.HeaderClassName
{
color: #F265CC;
}
.AnyTagClassName
{
color: #F265CC;
}
</style>
background-color css
<style>
a { background-color: #F265CC; }
a { background-color: rgb(242,101,204); }
div.DivClassName
{
background-color: #F265CC;
}
.BgClassName
{
background-color: #F265CC;
}
</style>
border-color css
<style>
span { border-color: #F265CC; }
span { border-color: rgb(242,101,204); }
td.TdClassName
{
border-color: #F265CC;
}
.TagClassName
{
border-color: #F265CC;
}
</style>