Shades of Neon Pink #F265C4
Tints of Neon Pink #F265C4
RGB
CMYK
RGB Variations
Color information
#F265C4 (or 0xF265C4) is known color: Neon Pink. HEX triplet: F2, 65 and C4. RGB value is (242,101,196). Sum of RGB (Red+Green+Blue) = 242+101+196=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C4 is #0D9A3B. Grayscale: #999999. Windows color (decimal): -891452 or 12871154. OLE color: 12871154.
HSL color Cylindrical-coordinate representation of color #F265C4: hue angle of 319.57º 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 #F265C4 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 196 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.05 |
| HSL | 319.57º | 0.84% | 0.67% | - |
| HSV(B) | 319.57º | 0.58% | 0.95% | - |
| XYZ | 51.24 | 32.17 | 55.73 | - |
| YUV | 153.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 196 | 0 | 0.58 | 0.19 | 0.05 | 319.57 | 0.84 | 0.67 |
| Hex | F2 | 65 | C4 | 0 | 3A | 13 | 5 | 140 | 54 | 43 |
| Octal | 362 | 145 | 304 | 0 | 72 | 23 | 5 | 500 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11000100 | 0 | 111010 | 10011 | 101 | 101000000 | 1010100 | 1000011 |
Color Harmonies of #F265C4
Complementary color
Monochromatic Colors of #F265C4
Black with #F265C4
Text Example
Text Example
White with #F265C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265C4; }
p { color: rgb(242,101,196); }
H1.HeaderClassName
{
color: #F265C4;
}
.AnyTagClassName
{
color: #F265C4;
}
</style>
background-color css
<style>
a { background-color: #F265C4; }
a { background-color: rgb(242,101,196); }
div.DivClassName
{
background-color: #F265C4;
}
.BgClassName
{
background-color: #F265C4;
}
</style>
border-color css
<style>
span { border-color: #F265C4; }
span { border-color: rgb(242,101,196); }
td.TdClassName
{
border-color: #F265C4;
}
.TagClassName
{
border-color: #F265C4;
}
</style>