Shades of Neon Pink #F267C7
Tints of Neon Pink #F267C7
RGB
CMYK
RGB Variations
Color information
#F267C7 (or 0xF267C7) is known color: Neon Pink. HEX triplet: F2, 67 and C7. RGB value is (242,103,199). Sum of RGB (Red+Green+Blue) = 242+103+199=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C7 is #0D9838. Grayscale: #9B9B9B. Windows color (decimal): -890937 or 13068274. OLE color: 13068274.
HSL color Cylindrical-coordinate representation of color #F267C7: hue angle of 318.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F267C7 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 199 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.05 |
| HSL | 318.56º | 0.84% | 0.68% | - |
| HSV(B) | 318.56º | 0.57% | 0.95% | - |
| XYZ | 51.78 | 32.7 | 57.62 | - |
| YUV | 155.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 199 | 0 | 0.57 | 0.18 | 0.05 | 318.56 | 0.84 | 0.68 |
| Hex | F2 | 67 | C7 | 0 | 39 | 12 | 5 | 13F | 54 | 44 |
| Octal | 362 | 147 | 307 | 0 | 71 | 22 | 5 | 477 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11000111 | 0 | 111001 | 10010 | 101 | 100111111 | 1010100 | 1000100 |
Color Harmonies of #F267C7
Complementary color
Monochromatic Colors of #F267C7
Black with #F267C7
Text Example
Text Example
White with #F267C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267C7; }
p { color: rgb(242,103,199); }
H1.HeaderClassName
{
color: #F267C7;
}
.AnyTagClassName
{
color: #F267C7;
}
</style>
background-color css
<style>
a { background-color: #F267C7; }
a { background-color: rgb(242,103,199); }
div.DivClassName
{
background-color: #F267C7;
}
.BgClassName
{
background-color: #F267C7;
}
</style>
border-color css
<style>
span { border-color: #F267C7; }
span { border-color: rgb(242,103,199); }
td.TdClassName
{
border-color: #F267C7;
}
.TagClassName
{
border-color: #F267C7;
}
</style>