Shades of Neon Pink #F263BD
Tints of Neon Pink #F263BD
RGB
CMYK
RGB Variations
Color information
#F263BD (or 0xF263BD) is known color: Neon Pink. HEX triplet: F2, 63 and BD. RGB value is (242,99,189). Sum of RGB (Red+Green+Blue) = 242+99+189=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F263BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263BD is #0D9C42. Grayscale: #979797. Windows color (decimal): -891971 or 12411890. OLE color: 12411890.
HSL color Cylindrical-coordinate representation of color #F263BD: hue angle of 322.24º 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 #F263BD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 189 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.05 |
| HSL | 322.24º | 0.85% | 0.67% | - |
| HSV(B) | 322.24º | 0.59% | 0.95% | - |
| XYZ | 50.27 | 31.48 | 51.57 | - |
| YUV | 152.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 189 | 0 | 0.59 | 0.22 | 0.05 | 322.24 | 0.85 | 0.67 |
| Hex | F2 | 63 | BD | 0 | 3B | 16 | 5 | 142 | 55 | 43 |
| Octal | 362 | 143 | 275 | 0 | 73 | 26 | 5 | 502 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10111101 | 0 | 111011 | 10110 | 101 | 101000010 | 1010101 | 1000011 |
Color Harmonies of #F263BD
Complementary color
Monochromatic Colors of #F263BD
Black with #F263BD
Text Example
Text Example
White with #F263BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263BD; }
p { color: rgb(242,99,189); }
H1.HeaderClassName
{
color: #F263BD;
}
.AnyTagClassName
{
color: #F263BD;
}
</style>
background-color css
<style>
a { background-color: #F263BD; }
a { background-color: rgb(242,99,189); }
div.DivClassName
{
background-color: #F263BD;
}
.BgClassName
{
background-color: #F263BD;
}
</style>
border-color css
<style>
span { border-color: #F263BD; }
span { border-color: rgb(242,99,189); }
td.TdClassName
{
border-color: #F263BD;
}
.TagClassName
{
border-color: #F263BD;
}
</style>