Shades of Neon Pink #F268D3
Tints of Neon Pink #F268D3
RGB
CMYK
RGB Variations
Color information
#F268D3 (or 0xF268D3) is known color: Neon Pink. HEX triplet: F2, 68 and D3. RGB value is (242,104,211). Sum of RGB (Red+Green+Blue) = 242+104+211=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F268D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268D3 is #0D972C. Grayscale: #9D9D9D. Windows color (decimal): -890669 or 13854962. OLE color: 13854962.
HSL color Cylindrical-coordinate representation of color #F268D3: hue angle of 313.48º 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 #F268D3 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 211 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.05 |
| HSL | 313.48º | 0.84% | 0.68% | - |
| HSV(B) | 313.48º | 0.57% | 0.95% | - |
| XYZ | 53.33 | 33.48 | 65.28 | - |
| YUV | 157.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 211 | 0 | 0.57 | 0.13 | 0.05 | 313.48 | 0.84 | 0.68 |
| Hex | F2 | 68 | D3 | 0 | 39 | D | 5 | 139 | 54 | 44 |
| Octal | 362 | 150 | 323 | 0 | 71 | 15 | 5 | 471 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11010011 | 0 | 111001 | 1101 | 101 | 100111001 | 1010100 | 1000100 |
Color Harmonies of #F268D3
Complementary color
Monochromatic Colors of #F268D3
Black with #F268D3
Text Example
Text Example
White with #F268D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268D3; }
p { color: rgb(242,104,211); }
H1.HeaderClassName
{
color: #F268D3;
}
.AnyTagClassName
{
color: #F268D3;
}
</style>
background-color css
<style>
a { background-color: #F268D3; }
a { background-color: rgb(242,104,211); }
div.DivClassName
{
background-color: #F268D3;
}
.BgClassName
{
background-color: #F268D3;
}
</style>
border-color css
<style>
span { border-color: #F268D3; }
span { border-color: rgb(242,104,211); }
td.TdClassName
{
border-color: #F268D3;
}
.TagClassName
{
border-color: #F268D3;
}
</style>