Shades of Neon Pink #F26CCE
Tints of Neon Pink #F26CCE
RGB
CMYK
RGB Variations
Color information
#F26CCE (or 0xF26CCE) is known color: Neon Pink. HEX triplet: F2, 6C and CE. RGB value is (242,108,206). Sum of RGB (Red+Green+Blue) = 242+108+206=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CCE is #0D9331. Grayscale: #9E9E9E. Windows color (decimal): -889650 or 13528306. OLE color: 13528306.
HSL color Cylindrical-coordinate representation of color #F26CCE: hue angle of 316.12º 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 #F26CCE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 206 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 316.12º | 0.84% | 0.69% | - |
| HSV(B) | 316.12º | 0.55% | 0.95% | - |
| XYZ | 53.12 | 34.06 | 62.17 | - |
| YUV | 159.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 206 | 0 | 0.55 | 0.15 | 0.05 | 316.12 | 0.84 | 0.69 |
| Hex | F2 | 6C | CE | 0 | 37 | F | 5 | 13C | 54 | 45 |
| Octal | 362 | 154 | 316 | 0 | 67 | 17 | 5 | 474 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11001110 | 0 | 110111 | 1111 | 101 | 100111100 | 1010100 | 1000101 |
Color Harmonies of #F26CCE
Complementary color
Monochromatic Colors of #F26CCE
Black with #F26CCE
Text Example
Text Example
White with #F26CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CCE; }
p { color: rgb(242,108,206); }
H1.HeaderClassName
{
color: #F26CCE;
}
.AnyTagClassName
{
color: #F26CCE;
}
</style>
background-color css
<style>
a { background-color: #F26CCE; }
a { background-color: rgb(242,108,206); }
div.DivClassName
{
background-color: #F26CCE;
}
.BgClassName
{
background-color: #F26CCE;
}
</style>
border-color css
<style>
span { border-color: #F26CCE; }
span { border-color: rgb(242,108,206); }
td.TdClassName
{
border-color: #F26CCE;
}
.TagClassName
{
border-color: #F26CCE;
}
</style>