Shades of Neon Pink #F267C2
Tints of Neon Pink #F267C2
RGB
CMYK
RGB Variations
Color information
#F267C2 (or 0xF267C2) is known color: Neon Pink. HEX triplet: F2, 67 and C2. RGB value is (242,103,194). Sum of RGB (Red+Green+Blue) = 242+103+194=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C2 is #0D983D. Grayscale: #9A9A9A. Windows color (decimal): -890942 or 12740594. OLE color: 12740594.
HSL color Cylindrical-coordinate representation of color #F267C2: hue angle of 320.72º 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 #F267C2 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 194 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.05 |
| HSL | 320.72º | 0.84% | 0.68% | - |
| HSV(B) | 320.72º | 0.57% | 0.95% | - |
| XYZ | 51.21 | 32.47 | 54.61 | - |
| YUV | 154.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 194 | 0 | 0.57 | 0.20 | 0.05 | 320.72 | 0.84 | 0.68 |
| Hex | F2 | 67 | C2 | 0 | 39 | 14 | 5 | 141 | 54 | 44 |
| Octal | 362 | 147 | 302 | 0 | 71 | 24 | 5 | 501 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11000010 | 0 | 111001 | 10100 | 101 | 101000001 | 1010100 | 1000100 |
Color Harmonies of #F267C2
Complementary color
Monochromatic Colors of #F267C2
Black with #F267C2
Text Example
Text Example
White with #F267C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267C2; }
p { color: rgb(242,103,194); }
H1.HeaderClassName
{
color: #F267C2;
}
.AnyTagClassName
{
color: #F267C2;
}
</style>
background-color css
<style>
a { background-color: #F267C2; }
a { background-color: rgb(242,103,194); }
div.DivClassName
{
background-color: #F267C2;
}
.BgClassName
{
background-color: #F267C2;
}
</style>
border-color css
<style>
span { border-color: #F267C2; }
span { border-color: rgb(242,103,194); }
td.TdClassName
{
border-color: #F267C2;
}
.TagClassName
{
border-color: #F267C2;
}
</style>