Shades of Neon Pink #F26DC8
Tints of Neon Pink #F26DC8
RGB
CMYK
RGB Variations
Color information
#F26DC8 (or 0xF26DC8) is known color: Neon Pink. HEX triplet: F2, 6D and C8. RGB value is (242,109,200). Sum of RGB (Red+Green+Blue) = 242+109+200=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DC8 is #0D9237. Grayscale: #9E9E9E. Windows color (decimal): -889400 or 13135346. OLE color: 13135346.
HSL color Cylindrical-coordinate representation of color #F26DC8: hue angle of 318.95º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DC8 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 200 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.05 |
| HSL | 318.95º | 0.84% | 0.69% | - |
| HSV(B) | 318.95º | 0.55% | 0.95% | - |
| XYZ | 52.51 | 33.98 | 58.44 | - |
| YUV | 159.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 200 | 0 | 0.55 | 0.17 | 0.05 | 318.95 | 0.84 | 0.69 |
| Hex | F2 | 6D | C8 | 0 | 37 | 11 | 5 | 13F | 54 | 45 |
| Octal | 362 | 155 | 310 | 0 | 67 | 21 | 5 | 477 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11001000 | 0 | 110111 | 10001 | 101 | 100111111 | 1010100 | 1000101 |
Color Harmonies of #F26DC8
Complementary color
Monochromatic Colors of #F26DC8
Black with #F26DC8
Text Example
Text Example
White with #F26DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DC8; }
p { color: rgb(242,109,200); }
H1.HeaderClassName
{
color: #F26DC8;
}
.AnyTagClassName
{
color: #F26DC8;
}
</style>
background-color css
<style>
a { background-color: #F26DC8; }
a { background-color: rgb(242,109,200); }
div.DivClassName
{
background-color: #F26DC8;
}
.BgClassName
{
background-color: #F26DC8;
}
</style>
border-color css
<style>
span { border-color: #F26DC8; }
span { border-color: rgb(242,109,200); }
td.TdClassName
{
border-color: #F26DC8;
}
.TagClassName
{
border-color: #F26DC8;
}
</style>