Shades of Neon Pink #F263BF
Tints of Neon Pink #F263BF
RGB
CMYK
RGB Variations
Color information
#F263BF (or 0xF263BF) is known color: Neon Pink. HEX triplet: F2, 63 and BF. RGB value is (242,99,191). Sum of RGB (Red+Green+Blue) = 242+99+191=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F263BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263BF is #0D9C40. Grayscale: #989898. Windows color (decimal): -891969 or 12542962. OLE color: 12542962.
HSL color Cylindrical-coordinate representation of color #F263BF: hue angle of 321.4º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F263BF is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 191 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.05 |
| HSL | 321.4º | 0.85% | 0.67% | - |
| HSV(B) | 321.4º | 0.59% | 0.95% | - |
| XYZ | 50.48 | 31.56 | 52.72 | - |
| YUV | 152.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 191 | 0 | 0.59 | 0.21 | 0.05 | 321.4 | 0.85 | 0.67 |
| Hex | F2 | 63 | BF | 0 | 3B | 15 | 5 | 141 | 55 | 43 |
| Octal | 362 | 143 | 277 | 0 | 73 | 25 | 5 | 501 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10111111 | 0 | 111011 | 10101 | 101 | 101000001 | 1010101 | 1000011 |
Color Harmonies of #F263BF
Complementary color
Monochromatic Colors of #F263BF
Black with #F263BF
Text Example
Text Example
White with #F263BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263BF; }
p { color: rgb(242,99,191); }
H1.HeaderClassName
{
color: #F263BF;
}
.AnyTagClassName
{
color: #F263BF;
}
</style>
background-color css
<style>
a { background-color: #F263BF; }
a { background-color: rgb(242,99,191); }
div.DivClassName
{
background-color: #F263BF;
}
.BgClassName
{
background-color: #F263BF;
}
</style>
border-color css
<style>
span { border-color: #F263BF; }
span { border-color: rgb(242,99,191); }
td.TdClassName
{
border-color: #F263BF;
}
.TagClassName
{
border-color: #F263BF;
}
</style>