Shades of Neon Pink #F267C3
Tints of Neon Pink #F267C3
RGB
CMYK
RGB Variations
Color information
#F267C3 (or 0xF267C3) is known color: Neon Pink. HEX triplet: F2, 67 and C3. RGB value is (242,103,195). Sum of RGB (Red+Green+Blue) = 242+103+195=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C3 is #0D983C. Grayscale: #9A9A9A. Windows color (decimal): -890941 or 12806130. OLE color: 12806130.
HSL color Cylindrical-coordinate representation of color #F267C3: hue angle of 320.29º 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 #F267C3 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 195 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 320.29º | 0.84% | 0.68% | - |
| HSV(B) | 320.29º | 0.57% | 0.95% | - |
| XYZ | 51.32 | 32.52 | 55.2 | - |
| YUV | 155.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 195 | 0 | 0.57 | 0.19 | 0.05 | 320.29 | 0.84 | 0.68 |
| Hex | F2 | 67 | C3 | 0 | 39 | 13 | 5 | 140 | 54 | 44 |
| Octal | 362 | 147 | 303 | 0 | 71 | 23 | 5 | 500 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11000011 | 0 | 111001 | 10011 | 101 | 101000000 | 1010100 | 1000100 |
Color Harmonies of #F267C3
Complementary color
Monochromatic Colors of #F267C3
Black with #F267C3
Text Example
Text Example
White with #F267C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267C3; }
p { color: rgb(242,103,195); }
H1.HeaderClassName
{
color: #F267C3;
}
.AnyTagClassName
{
color: #F267C3;
}
</style>
background-color css
<style>
a { background-color: #F267C3; }
a { background-color: rgb(242,103,195); }
div.DivClassName
{
background-color: #F267C3;
}
.BgClassName
{
background-color: #F267C3;
}
</style>
border-color css
<style>
span { border-color: #F267C3; }
span { border-color: rgb(242,103,195); }
td.TdClassName
{
border-color: #F267C3;
}
.TagClassName
{
border-color: #F267C3;
}
</style>