Shades of Neon Pink #F26CC3
Tints of Neon Pink #F26CC3
RGB
CMYK
RGB Variations
Color information
#F26CC3 (or 0xF26CC3) is known color: Neon Pink. HEX triplet: F2, 6C and C3. RGB value is (242,108,195). Sum of RGB (Red+Green+Blue) = 242+108+195=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CC3 is #0D933C. Grayscale: #9D9D9D. Windows color (decimal): -889661 or 12807410. OLE color: 12807410.
HSL color Cylindrical-coordinate representation of color #F26CC3: hue angle of 321.04º 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 #F26CC3 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 195 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.05 |
| HSL | 321.04º | 0.84% | 0.69% | - |
| HSV(B) | 321.04º | 0.55% | 0.95% | - |
| XYZ | 51.83 | 33.54 | 55.37 | - |
| YUV | 157.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 195 | 0 | 0.55 | 0.19 | 0.05 | 321.04 | 0.84 | 0.69 |
| Hex | F2 | 6C | C3 | 0 | 37 | 13 | 5 | 141 | 54 | 45 |
| Octal | 362 | 154 | 303 | 0 | 67 | 23 | 5 | 501 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11000011 | 0 | 110111 | 10011 | 101 | 101000001 | 1010100 | 1000101 |
Color Harmonies of #F26CC3
Complementary color
Monochromatic Colors of #F26CC3
Black with #F26CC3
Text Example
Text Example
White with #F26CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CC3; }
p { color: rgb(242,108,195); }
H1.HeaderClassName
{
color: #F26CC3;
}
.AnyTagClassName
{
color: #F26CC3;
}
</style>
background-color css
<style>
a { background-color: #F26CC3; }
a { background-color: rgb(242,108,195); }
div.DivClassName
{
background-color: #F26CC3;
}
.BgClassName
{
background-color: #F26CC3;
}
</style>
border-color css
<style>
span { border-color: #F26CC3; }
span { border-color: rgb(242,108,195); }
td.TdClassName
{
border-color: #F26CC3;
}
.TagClassName
{
border-color: #F26CC3;
}
</style>