Shades of Neon Pink #F265CD
Tints of Neon Pink #F265CD
RGB
CMYK
RGB Variations
Color information
#F265CD (or 0xF265CD) is known color: Neon Pink. HEX triplet: F2, 65 and CD. RGB value is (242,101,205). Sum of RGB (Red+Green+Blue) = 242+101+205=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F265CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265CD is #0D9A32. Grayscale: #9A9A9A. Windows color (decimal): -891443 or 13460978. OLE color: 13460978.
HSL color Cylindrical-coordinate representation of color #F265CD: hue angle of 315.74º 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 #F265CD is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 205 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.05 |
| HSL | 315.74º | 0.84% | 0.67% | - |
| HSV(B) | 315.74º | 0.58% | 0.95% | - |
| XYZ | 52.29 | 32.59 | 61.29 | - |
| YUV | 155.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 205 | 0 | 0.58 | 0.15 | 0.05 | 315.74 | 0.84 | 0.67 |
| Hex | F2 | 65 | CD | 0 | 3A | F | 5 | 13C | 54 | 43 |
| Octal | 362 | 145 | 315 | 0 | 72 | 17 | 5 | 474 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11001101 | 0 | 111010 | 1111 | 101 | 100111100 | 1010100 | 1000011 |
Color Harmonies of #F265CD
Complementary color
Monochromatic Colors of #F265CD
Black with #F265CD
Text Example
Text Example
White with #F265CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265CD; }
p { color: rgb(242,101,205); }
H1.HeaderClassName
{
color: #F265CD;
}
.AnyTagClassName
{
color: #F265CD;
}
</style>
background-color css
<style>
a { background-color: #F265CD; }
a { background-color: rgb(242,101,205); }
div.DivClassName
{
background-color: #F265CD;
}
.BgClassName
{
background-color: #F265CD;
}
</style>
border-color css
<style>
span { border-color: #F265CD; }
span { border-color: rgb(242,101,205); }
td.TdClassName
{
border-color: #F265CD;
}
.TagClassName
{
border-color: #F265CD;
}
</style>