Shades of Neon Pink #F269C2
Tints of Neon Pink #F269C2
RGB
CMYK
RGB Variations
Color information
#F269C2 (or 0xF269C2) is known color: Neon Pink. HEX triplet: F2, 69 and C2. RGB value is (242,105,194). Sum of RGB (Red+Green+Blue) = 242+105+194=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C2 is #0D963D. Grayscale: #9B9B9B. Windows color (decimal): -890430 or 12741106. OLE color: 12741106.
HSL color Cylindrical-coordinate representation of color #F269C2: hue angle of 321.02º 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 #F269C2 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 194 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.05 |
| HSL | 321.02º | 0.84% | 0.68% | - |
| HSV(B) | 321.02º | 0.57% | 0.95% | - |
| XYZ | 51.41 | 32.88 | 54.68 | - |
| YUV | 156.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 194 | 0 | 0.57 | 0.20 | 0.05 | 321.02 | 0.84 | 0.68 |
| Hex | F2 | 69 | C2 | 0 | 39 | 14 | 5 | 141 | 54 | 44 |
| Octal | 362 | 151 | 302 | 0 | 71 | 24 | 5 | 501 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11000010 | 0 | 111001 | 10100 | 101 | 101000001 | 1010100 | 1000100 |
Color Harmonies of #F269C2
Complementary color
Monochromatic Colors of #F269C2
Black with #F269C2
Text Example
Text Example
White with #F269C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269C2; }
p { color: rgb(242,105,194); }
H1.HeaderClassName
{
color: #F269C2;
}
.AnyTagClassName
{
color: #F269C2;
}
</style>
background-color css
<style>
a { background-color: #F269C2; }
a { background-color: rgb(242,105,194); }
div.DivClassName
{
background-color: #F269C2;
}
.BgClassName
{
background-color: #F269C2;
}
</style>
border-color css
<style>
span { border-color: #F269C2; }
span { border-color: rgb(242,105,194); }
td.TdClassName
{
border-color: #F269C2;
}
.TagClassName
{
border-color: #F269C2;
}
</style>