Shades of Neon Pink #F26BC4
Tints of Neon Pink #F26BC4
RGB
CMYK
RGB Variations
Color information
#F26BC4 (or 0xF26BC4) is known color: Neon Pink. HEX triplet: F2, 6B and C4. RGB value is (242,107,196). Sum of RGB (Red+Green+Blue) = 242+107+196=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BC4 is #0D943B. Grayscale: #9D9D9D. Windows color (decimal): -889916 or 12872690. OLE color: 12872690.
HSL color Cylindrical-coordinate representation of color #F26BC4: hue angle of 320.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26BC4 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 196 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.05 |
| HSL | 320.44º | 0.84% | 0.68% | - |
| HSV(B) | 320.44º | 0.56% | 0.95% | - |
| XYZ | 51.84 | 33.38 | 55.93 | - |
| YUV | 157.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 196 | 0 | 0.56 | 0.19 | 0.05 | 320.44 | 0.84 | 0.68 |
| Hex | F2 | 6B | C4 | 0 | 38 | 13 | 5 | 140 | 54 | 44 |
| Octal | 362 | 153 | 304 | 0 | 70 | 23 | 5 | 500 | 124 | 104 |
| Binary | 11110010 | 1101011 | 11000100 | 0 | 111000 | 10011 | 101 | 101000000 | 1010100 | 1000100 |
Color Harmonies of #F26BC4
Complementary color
Monochromatic Colors of #F26BC4
Black with #F26BC4
Text Example
Text Example
White with #F26BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BC4; }
p { color: rgb(242,107,196); }
H1.HeaderClassName
{
color: #F26BC4;
}
.AnyTagClassName
{
color: #F26BC4;
}
</style>
background-color css
<style>
a { background-color: #F26BC4; }
a { background-color: rgb(242,107,196); }
div.DivClassName
{
background-color: #F26BC4;
}
.BgClassName
{
background-color: #F26BC4;
}
</style>
border-color css
<style>
span { border-color: #F26BC4; }
span { border-color: rgb(242,107,196); }
td.TdClassName
{
border-color: #F26BC4;
}
.TagClassName
{
border-color: #F26BC4;
}
</style>