Shades of Neon Pink #F25BC6
Tints of Neon Pink #F25BC6
RGB
CMYK
RGB Variations
Color information
#F25BC6 (or 0xF25BC6) is known color: Neon Pink. HEX triplet: F2, 5B and C6. RGB value is (242,91,198). Sum of RGB (Red+Green+Blue) = 242+91+198=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BC6 is #0DA439. Grayscale: #949494. Windows color (decimal): -894010 or 12999666. OLE color: 12999666.
HSL color Cylindrical-coordinate representation of color #F25BC6: hue angle of 317.48º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BC6 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 198 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.05 |
| HSL | 317.48º | 0.85% | 0.65% | - |
| HSV(B) | 317.48º | 0.62% | 0.95% | - |
| XYZ | 50.55 | 30.44 | 56.64 | - |
| YUV | 148.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 198 | 0 | 0.62 | 0.18 | 0.05 | 317.48 | 0.85 | 0.65 |
| Hex | F2 | 5B | C6 | 0 | 3E | 12 | 5 | 13D | 55 | 41 |
| Octal | 362 | 133 | 306 | 0 | 76 | 22 | 5 | 475 | 125 | 101 |
| Binary | 11110010 | 1011011 | 11000110 | 0 | 111110 | 10010 | 101 | 100111101 | 1010101 | 1000001 |
Color Harmonies of #F25BC6
Complementary color
Monochromatic Colors of #F25BC6
Black with #F25BC6
Text Example
Text Example
White with #F25BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BC6; }
p { color: rgb(242,91,198); }
H1.HeaderClassName
{
color: #F25BC6;
}
.AnyTagClassName
{
color: #F25BC6;
}
</style>
background-color css
<style>
a { background-color: #F25BC6; }
a { background-color: rgb(242,91,198); }
div.DivClassName
{
background-color: #F25BC6;
}
.BgClassName
{
background-color: #F25BC6;
}
</style>
border-color css
<style>
span { border-color: #F25BC6; }
span { border-color: rgb(242,91,198); }
td.TdClassName
{
border-color: #F25BC6;
}
.TagClassName
{
border-color: #F25BC6;
}
</style>