Shades of Neon Pink #F25ECC
Tints of Neon Pink #F25ECC
RGB
CMYK
RGB Variations
Color information
#F25ECC (or 0xF25ECC) is known color: Neon Pink. HEX triplet: F2, 5E and CC. RGB value is (242,94,204). Sum of RGB (Red+Green+Blue) = 242+94+204=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ECC is #0DA133. Grayscale: #969696. Windows color (decimal): -893236 or 13393650. OLE color: 13393650.
HSL color Cylindrical-coordinate representation of color #F25ECC: hue angle of 315.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25ECC is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 204 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.05 |
| HSL | 315.41º | 0.85% | 0.66% | - |
| HSV(B) | 315.41º | 0.61% | 0.95% | - |
| XYZ | 51.52 | 31.24 | 60.44 | - |
| YUV | 150.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 204 | 0 | 0.61 | 0.16 | 0.05 | 315.41 | 0.85 | 0.66 |
| Hex | F2 | 5E | CC | 0 | 3D | 10 | 5 | 13B | 55 | 42 |
| Octal | 362 | 136 | 314 | 0 | 75 | 20 | 5 | 473 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11001100 | 0 | 111101 | 10000 | 101 | 100111011 | 1010101 | 1000010 |
Color Harmonies of #F25ECC
Complementary color
Monochromatic Colors of #F25ECC
Black with #F25ECC
Text Example
Text Example
White with #F25ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ECC; }
p { color: rgb(242,94,204); }
H1.HeaderClassName
{
color: #F25ECC;
}
.AnyTagClassName
{
color: #F25ECC;
}
</style>
background-color css
<style>
a { background-color: #F25ECC; }
a { background-color: rgb(242,94,204); }
div.DivClassName
{
background-color: #F25ECC;
}
.BgClassName
{
background-color: #F25ECC;
}
</style>
border-color css
<style>
span { border-color: #F25ECC; }
span { border-color: rgb(242,94,204); }
td.TdClassName
{
border-color: #F25ECC;
}
.TagClassName
{
border-color: #F25ECC;
}
</style>