Shades of Neon Pink #F262BE
Tints of Neon Pink #F262BE
RGB
CMYK
RGB Variations
Color information
#F262BE (or 0xF262BE) is known color: Neon Pink. HEX triplet: F2, 62 and BE. RGB value is (242,98,190). Sum of RGB (Red+Green+Blue) = 242+98+190=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F262BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262BE is #0D9D41. Grayscale: #979797. Windows color (decimal): -892226 or 12477170. OLE color: 12477170.
HSL color Cylindrical-coordinate representation of color #F262BE: hue angle of 321.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262BE is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 190 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.05 |
| HSL | 321.67º | 0.85% | 0.67% | - |
| HSV(B) | 321.67º | 0.6% | 0.95% | - |
| XYZ | 50.28 | 31.33 | 52.11 | - |
| YUV | 151.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 190 | 0 | 0.60 | 0.21 | 0.05 | 321.67 | 0.85 | 0.67 |
| Hex | F2 | 62 | BE | 0 | 3C | 15 | 5 | 142 | 55 | 43 |
| Octal | 362 | 142 | 276 | 0 | 74 | 25 | 5 | 502 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10111110 | 0 | 111100 | 10101 | 101 | 101000010 | 1010101 | 1000011 |
Color Harmonies of #F262BE
Complementary color
Monochromatic Colors of #F262BE
Black with #F262BE
Text Example
Text Example
White with #F262BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262BE; }
p { color: rgb(242,98,190); }
H1.HeaderClassName
{
color: #F262BE;
}
.AnyTagClassName
{
color: #F262BE;
}
</style>
background-color css
<style>
a { background-color: #F262BE; }
a { background-color: rgb(242,98,190); }
div.DivClassName
{
background-color: #F262BE;
}
.BgClassName
{
background-color: #F262BE;
}
</style>
border-color css
<style>
span { border-color: #F262BE; }
span { border-color: rgb(242,98,190); }
td.TdClassName
{
border-color: #F262BE;
}
.TagClassName
{
border-color: #F262BE;
}
</style>