Shades of Neon Pink #F267C5
Tints of Neon Pink #F267C5
RGB
CMYK
RGB Variations
Color information
#F267C5 (or 0xF267C5) is known color: Neon Pink. HEX triplet: F2, 67 and C5. RGB value is (242,103,197). Sum of RGB (Red+Green+Blue) = 242+103+197=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C5 is #0D983A. Grayscale: #9B9B9B. Windows color (decimal): -890939 or 12937202. OLE color: 12937202.
HSL color Cylindrical-coordinate representation of color #F267C5: hue angle of 319.42º 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 #F267C5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 197 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 319.42º | 0.84% | 0.68% | - |
| HSV(B) | 319.42º | 0.57% | 0.95% | - |
| XYZ | 51.55 | 32.61 | 56.4 | - |
| YUV | 155.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 197 | 0 | 0.57 | 0.19 | 0.05 | 319.42 | 0.84 | 0.68 |
| Hex | F2 | 67 | C5 | 0 | 39 | 13 | 5 | 13F | 54 | 44 |
| Octal | 362 | 147 | 305 | 0 | 71 | 23 | 5 | 477 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11000101 | 0 | 111001 | 10011 | 101 | 100111111 | 1010100 | 1000100 |
Color Harmonies of #F267C5
Complementary color
Monochromatic Colors of #F267C5
Black with #F267C5
Text Example
Text Example
White with #F267C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267C5; }
p { color: rgb(242,103,197); }
H1.HeaderClassName
{
color: #F267C5;
}
.AnyTagClassName
{
color: #F267C5;
}
</style>
background-color css
<style>
a { background-color: #F267C5; }
a { background-color: rgb(242,103,197); }
div.DivClassName
{
background-color: #F267C5;
}
.BgClassName
{
background-color: #F267C5;
}
</style>
border-color css
<style>
span { border-color: #F267C5; }
span { border-color: rgb(242,103,197); }
td.TdClassName
{
border-color: #F267C5;
}
.TagClassName
{
border-color: #F267C5;
}
</style>