Shades of Neon Pink #F267BD
Tints of Neon Pink #F267BD
RGB
CMYK
RGB Variations
Color information
#F267BD (or 0xF267BD) is known color: Neon Pink. HEX triplet: F2, 67 and BD. RGB value is (242,103,189). Sum of RGB (Red+Green+Blue) = 242+103+189=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F267BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267BD is #0D9842. Grayscale: #9A9A9A. Windows color (decimal): -890947 or 12412914. OLE color: 12412914.
HSL color Cylindrical-coordinate representation of color #F267BD: hue angle of 322.88º 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 #F267BD is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 189 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.05 |
| HSL | 322.88º | 0.84% | 0.68% | - |
| HSV(B) | 322.88º | 0.57% | 0.95% | - |
| XYZ | 50.65 | 32.25 | 51.7 | - |
| YUV | 154.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 189 | 0 | 0.57 | 0.22 | 0.05 | 322.88 | 0.84 | 0.68 |
| Hex | F2 | 67 | BD | 0 | 39 | 16 | 5 | 143 | 54 | 44 |
| Octal | 362 | 147 | 275 | 0 | 71 | 26 | 5 | 503 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10111101 | 0 | 111001 | 10110 | 101 | 101000011 | 1010100 | 1000100 |
Color Harmonies of #F267BD
Complementary color
Monochromatic Colors of #F267BD
Black with #F267BD
Text Example
Text Example
White with #F267BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267BD; }
p { color: rgb(242,103,189); }
H1.HeaderClassName
{
color: #F267BD;
}
.AnyTagClassName
{
color: #F267BD;
}
</style>
background-color css
<style>
a { background-color: #F267BD; }
a { background-color: rgb(242,103,189); }
div.DivClassName
{
background-color: #F267BD;
}
.BgClassName
{
background-color: #F267BD;
}
</style>
border-color css
<style>
span { border-color: #F267BD; }
span { border-color: rgb(242,103,189); }
td.TdClassName
{
border-color: #F267BD;
}
.TagClassName
{
border-color: #F267BD;
}
</style>