Shades of Neon Pink #F262BD
Tints of Neon Pink #F262BD
RGB
CMYK
RGB Variations
Color information
#F262BD (or 0xF262BD) is known color: Neon Pink. HEX triplet: F2, 62 and BD. RGB value is (242,98,189). Sum of RGB (Red+Green+Blue) = 242+98+189=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F262BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262BD is #0D9D42. Grayscale: #979797. Windows color (decimal): -892227 or 12411634. OLE color: 12411634.
HSL color Cylindrical-coordinate representation of color #F262BD: hue angle of 322.08º 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 #F262BD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 189 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.05 |
| HSL | 322.08º | 0.85% | 0.67% | - |
| HSV(B) | 322.08º | 0.6% | 0.95% | - |
| XYZ | 50.17 | 31.29 | 51.54 | - |
| YUV | 151.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 189 | 0 | 0.60 | 0.22 | 0.05 | 322.08 | 0.85 | 0.67 |
| Hex | F2 | 62 | BD | 0 | 3C | 16 | 5 | 142 | 55 | 43 |
| Octal | 362 | 142 | 275 | 0 | 74 | 26 | 5 | 502 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10111101 | 0 | 111100 | 10110 | 101 | 101000010 | 1010101 | 1000011 |
Color Harmonies of #F262BD
Complementary color
Monochromatic Colors of #F262BD
Black with #F262BD
Text Example
Text Example
White with #F262BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262BD; }
p { color: rgb(242,98,189); }
H1.HeaderClassName
{
color: #F262BD;
}
.AnyTagClassName
{
color: #F262BD;
}
</style>
background-color css
<style>
a { background-color: #F262BD; }
a { background-color: rgb(242,98,189); }
div.DivClassName
{
background-color: #F262BD;
}
.BgClassName
{
background-color: #F262BD;
}
</style>
border-color css
<style>
span { border-color: #F262BD; }
span { border-color: rgb(242,98,189); }
td.TdClassName
{
border-color: #F262BD;
}
.TagClassName
{
border-color: #F262BD;
}
</style>