Shades of Neon Pink #F25DC5
Tints of Neon Pink #F25DC5
RGB
CMYK
RGB Variations
Color information
#F25DC5 (or 0xF25DC5) is known color: Neon Pink. HEX triplet: F2, 5D and C5. RGB value is (242,93,197). Sum of RGB (Red+Green+Blue) = 242+93+197=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC5 is #0DA23A. Grayscale: #959595. Windows color (decimal): -893499 or 12934642. OLE color: 12934642.
HSL color Cylindrical-coordinate representation of color #F25DC5: hue angle of 318.12º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DC5 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 197 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.05 |
| HSL | 318.12º | 0.85% | 0.66% | - |
| HSV(B) | 318.12º | 0.62% | 0.95% | - |
| XYZ | 50.61 | 30.74 | 56.09 | - |
| YUV | 149.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 197 | 0 | 0.62 | 0.19 | 0.05 | 318.12 | 0.85 | 0.66 |
| Hex | F2 | 5D | C5 | 0 | 3E | 13 | 5 | 13E | 55 | 42 |
| Octal | 362 | 135 | 305 | 0 | 76 | 23 | 5 | 476 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11000101 | 0 | 111110 | 10011 | 101 | 100111110 | 1010101 | 1000010 |
Color Harmonies of #F25DC5
Complementary color
Monochromatic Colors of #F25DC5
Black with #F25DC5
Text Example
Text Example
White with #F25DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DC5; }
p { color: rgb(242,93,197); }
H1.HeaderClassName
{
color: #F25DC5;
}
.AnyTagClassName
{
color: #F25DC5;
}
</style>
background-color css
<style>
a { background-color: #F25DC5; }
a { background-color: rgb(242,93,197); }
div.DivClassName
{
background-color: #F25DC5;
}
.BgClassName
{
background-color: #F25DC5;
}
</style>
border-color css
<style>
span { border-color: #F25DC5; }
span { border-color: rgb(242,93,197); }
td.TdClassName
{
border-color: #F25DC5;
}
.TagClassName
{
border-color: #F25DC5;
}
</style>