Shades of Neon Pink #F267C8
Tints of Neon Pink #F267C8
RGB
CMYK
RGB Variations
Color information
#F267C8 (or 0xF267C8) is known color: Neon Pink. HEX triplet: F2, 67 and C8. RGB value is (242,103,200). Sum of RGB (Red+Green+Blue) = 242+103+200=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C8 is #0D9837. Grayscale: #9B9B9B. Windows color (decimal): -890936 or 13133810. OLE color: 13133810.
HSL color Cylindrical-coordinate representation of color #F267C8: hue angle of 318.13º 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 #F267C8 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 200 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.05 |
| HSL | 318.13º | 0.84% | 0.68% | - |
| HSV(B) | 318.13º | 0.57% | 0.95% | - |
| XYZ | 51.89 | 32.75 | 58.23 | - |
| YUV | 155.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 200 | 0 | 0.57 | 0.17 | 0.05 | 318.13 | 0.84 | 0.68 |
| Hex | F2 | 67 | C8 | 0 | 39 | 11 | 5 | 13E | 54 | 44 |
| Octal | 362 | 147 | 310 | 0 | 71 | 21 | 5 | 476 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11001000 | 0 | 111001 | 10001 | 101 | 100111110 | 1010100 | 1000100 |
Color Harmonies of #F267C8
Complementary color
Monochromatic Colors of #F267C8
Black with #F267C8
Text Example
Text Example
White with #F267C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267C8; }
p { color: rgb(242,103,200); }
H1.HeaderClassName
{
color: #F267C8;
}
.AnyTagClassName
{
color: #F267C8;
}
</style>
background-color css
<style>
a { background-color: #F267C8; }
a { background-color: rgb(242,103,200); }
div.DivClassName
{
background-color: #F267C8;
}
.BgClassName
{
background-color: #F267C8;
}
</style>
border-color css
<style>
span { border-color: #F267C8; }
span { border-color: rgb(242,103,200); }
td.TdClassName
{
border-color: #F267C8;
}
.TagClassName
{
border-color: #F267C8;
}
</style>