Shades of Neon Pink #F263CE
Tints of Neon Pink #F263CE
RGB
CMYK
RGB Variations
Color information
#F263CE (or 0xF263CE) is known color: Neon Pink. HEX triplet: F2, 63 and CE. RGB value is (242,99,206). Sum of RGB (Red+Green+Blue) = 242+99+206=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F263CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263CE is #0D9C31. Grayscale: #999999. Windows color (decimal): -891954 or 13526002. OLE color: 13526002.
HSL color Cylindrical-coordinate representation of color #F263CE: hue angle of 315.1º 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 #F263CE is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 206 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 315.1º | 0.85% | 0.67% | - |
| HSV(B) | 315.1º | 0.59% | 0.95% | - |
| XYZ | 52.22 | 32.26 | 61.87 | - |
| YUV | 153.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 206 | 0 | 0.59 | 0.15 | 0.05 | 315.1 | 0.85 | 0.67 |
| Hex | F2 | 63 | CE | 0 | 3B | F | 5 | 13B | 55 | 43 |
| Octal | 362 | 143 | 316 | 0 | 73 | 17 | 5 | 473 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11001110 | 0 | 111011 | 1111 | 101 | 100111011 | 1010101 | 1000011 |
Color Harmonies of #F263CE
Complementary color
Monochromatic Colors of #F263CE
Black with #F263CE
Text Example
Text Example
White with #F263CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263CE; }
p { color: rgb(242,99,206); }
H1.HeaderClassName
{
color: #F263CE;
}
.AnyTagClassName
{
color: #F263CE;
}
</style>
background-color css
<style>
a { background-color: #F263CE; }
a { background-color: rgb(242,99,206); }
div.DivClassName
{
background-color: #F263CE;
}
.BgClassName
{
background-color: #F263CE;
}
</style>
border-color css
<style>
span { border-color: #F263CE; }
span { border-color: rgb(242,99,206); }
td.TdClassName
{
border-color: #F263CE;
}
.TagClassName
{
border-color: #F263CE;
}
</style>