Shades of Neon Pink #F265C5
Tints of Neon Pink #F265C5
RGB
CMYK
RGB Variations
Color information
#F265C5 (or 0xF265C5) is known color: Neon Pink. HEX triplet: F2, 65 and C5. RGB value is (242,101,197). Sum of RGB (Red+Green+Blue) = 242+101+197=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C5 is #0D9A3A. Grayscale: #999999. Windows color (decimal): -891451 or 12936690. OLE color: 12936690.
HSL color Cylindrical-coordinate representation of color #F265C5: hue angle of 319.15º 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 #F265C5 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 197 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.05 |
| HSL | 319.15º | 0.84% | 0.67% | - |
| HSV(B) | 319.15º | 0.58% | 0.95% | - |
| XYZ | 51.35 | 32.22 | 56.34 | - |
| YUV | 154.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 197 | 0 | 0.58 | 0.19 | 0.05 | 319.15 | 0.84 | 0.67 |
| Hex | F2 | 65 | C5 | 0 | 3A | 13 | 5 | 13F | 54 | 43 |
| Octal | 362 | 145 | 305 | 0 | 72 | 23 | 5 | 477 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11000101 | 0 | 111010 | 10011 | 101 | 100111111 | 1010100 | 1000011 |
Color Harmonies of #F265C5
Complementary color
Monochromatic Colors of #F265C5
Black with #F265C5
Text Example
Text Example
White with #F265C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265C5; }
p { color: rgb(242,101,197); }
H1.HeaderClassName
{
color: #F265C5;
}
.AnyTagClassName
{
color: #F265C5;
}
</style>
background-color css
<style>
a { background-color: #F265C5; }
a { background-color: rgb(242,101,197); }
div.DivClassName
{
background-color: #F265C5;
}
.BgClassName
{
background-color: #F265C5;
}
</style>
border-color css
<style>
span { border-color: #F265C5; }
span { border-color: rgb(242,101,197); }
td.TdClassName
{
border-color: #F265C5;
}
.TagClassName
{
border-color: #F265C5;
}
</style>