Shades of Neon Pink #F25DCB
Tints of Neon Pink #F25DCB
RGB
CMYK
RGB Variations
Color information
#F25DCB (or 0xF25DCB) is known color: Neon Pink. HEX triplet: F2, 5D and CB. RGB value is (242,93,203). Sum of RGB (Red+Green+Blue) = 242+93+203=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DCB is #0DA234. Grayscale: #959595. Windows color (decimal): -893493 or 13327858. OLE color: 13327858.
HSL color Cylindrical-coordinate representation of color #F25DCB: hue angle of 315.7º 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 #F25DCB is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 203 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.05 |
| HSL | 315.7º | 0.85% | 0.66% | - |
| HSV(B) | 315.7º | 0.62% | 0.95% | - |
| XYZ | 51.31 | 31.02 | 59.78 | - |
| YUV | 150.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 203 | 0 | 0.62 | 0.16 | 0.05 | 315.7 | 0.85 | 0.66 |
| Hex | F2 | 5D | CB | 0 | 3E | 10 | 5 | 13C | 55 | 42 |
| Octal | 362 | 135 | 313 | 0 | 76 | 20 | 5 | 474 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11001011 | 0 | 111110 | 10000 | 101 | 100111100 | 1010101 | 1000010 |
Color Harmonies of #F25DCB
Complementary color
Monochromatic Colors of #F25DCB
Black with #F25DCB
Text Example
Text Example
White with #F25DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DCB; }
p { color: rgb(242,93,203); }
H1.HeaderClassName
{
color: #F25DCB;
}
.AnyTagClassName
{
color: #F25DCB;
}
</style>
background-color css
<style>
a { background-color: #F25DCB; }
a { background-color: rgb(242,93,203); }
div.DivClassName
{
background-color: #F25DCB;
}
.BgClassName
{
background-color: #F25DCB;
}
</style>
border-color css
<style>
span { border-color: #F25DCB; }
span { border-color: rgb(242,93,203); }
td.TdClassName
{
border-color: #F25DCB;
}
.TagClassName
{
border-color: #F25DCB;
}
</style>