Shades of Neon Pink #F25DC3
Tints of Neon Pink #F25DC3
RGB
CMYK
RGB Variations
Color information
#F25DC3 (or 0xF25DC3) is known color: Neon Pink. HEX triplet: F2, 5D and C3. RGB value is (242,93,195). Sum of RGB (Red+Green+Blue) = 242+93+195=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC3 is #0DA23C. Grayscale: #949494. Windows color (decimal): -893501 or 12803570. OLE color: 12803570.
HSL color Cylindrical-coordinate representation of color #F25DC3: hue angle of 318.93º 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 #F25DC3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 195 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.05 |
| HSL | 318.93º | 0.85% | 0.66% | - |
| HSV(B) | 318.93º | 0.62% | 0.95% | - |
| XYZ | 50.38 | 30.65 | 54.89 | - |
| YUV | 149.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 195 | 0 | 0.62 | 0.19 | 0.05 | 318.93 | 0.85 | 0.66 |
| Hex | F2 | 5D | C3 | 0 | 3E | 13 | 5 | 13F | 55 | 42 |
| Octal | 362 | 135 | 303 | 0 | 76 | 23 | 5 | 477 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11000011 | 0 | 111110 | 10011 | 101 | 100111111 | 1010101 | 1000010 |
Color Harmonies of #F25DC3
Complementary color
Monochromatic Colors of #F25DC3
Black with #F25DC3
Text Example
Text Example
White with #F25DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DC3; }
p { color: rgb(242,93,195); }
H1.HeaderClassName
{
color: #F25DC3;
}
.AnyTagClassName
{
color: #F25DC3;
}
</style>
background-color css
<style>
a { background-color: #F25DC3; }
a { background-color: rgb(242,93,195); }
div.DivClassName
{
background-color: #F25DC3;
}
.BgClassName
{
background-color: #F25DC3;
}
</style>
border-color css
<style>
span { border-color: #F25DC3; }
span { border-color: rgb(242,93,195); }
td.TdClassName
{
border-color: #F25DC3;
}
.TagClassName
{
border-color: #F25DC3;
}
</style>