Shades of Neon Pink #F265C7
Tints of Neon Pink #F265C7
RGB
CMYK
RGB Variations
Color information
#F265C7 (or 0xF265C7) is known color: Neon Pink. HEX triplet: F2, 65 and C7. RGB value is (242,101,199). Sum of RGB (Red+Green+Blue) = 242+101+199=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C7 is #0D9A38. Grayscale: #9A9A9A. Windows color (decimal): -891449 or 13067762. OLE color: 13067762.
HSL color Cylindrical-coordinate representation of color #F265C7: hue angle of 318.3º 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 #F265C7 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 199 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.05 |
| HSL | 318.3º | 0.84% | 0.67% | - |
| HSV(B) | 318.3º | 0.58% | 0.95% | - |
| XYZ | 51.58 | 32.31 | 57.55 | - |
| YUV | 154.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 199 | 0 | 0.58 | 0.18 | 0.05 | 318.3 | 0.84 | 0.67 |
| Hex | F2 | 65 | C7 | 0 | 3A | 12 | 5 | 13E | 54 | 43 |
| Octal | 362 | 145 | 307 | 0 | 72 | 22 | 5 | 476 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11000111 | 0 | 111010 | 10010 | 101 | 100111110 | 1010100 | 1000011 |
Color Harmonies of #F265C7
Complementary color
Monochromatic Colors of #F265C7
Black with #F265C7
Text Example
Text Example
White with #F265C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265C7; }
p { color: rgb(242,101,199); }
H1.HeaderClassName
{
color: #F265C7;
}
.AnyTagClassName
{
color: #F265C7;
}
</style>
background-color css
<style>
a { background-color: #F265C7; }
a { background-color: rgb(242,101,199); }
div.DivClassName
{
background-color: #F265C7;
}
.BgClassName
{
background-color: #F265C7;
}
</style>
border-color css
<style>
span { border-color: #F265C7; }
span { border-color: rgb(242,101,199); }
td.TdClassName
{
border-color: #F265C7;
}
.TagClassName
{
border-color: #F265C7;
}
</style>