Shades of Neon Pink #F263CC
Tints of Neon Pink #F263CC
RGB
CMYK
RGB Variations
Color information
#F263CC (or 0xF263CC) is known color: Neon Pink. HEX triplet: F2, 63 and CC. RGB value is (242,99,204). Sum of RGB (Red+Green+Blue) = 242+99+204=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F263CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263CC is #0D9C33. Grayscale: #999999. Windows color (decimal): -891956 or 13394930. OLE color: 13394930.
HSL color Cylindrical-coordinate representation of color #F263CC: hue angle of 315.94º 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 #F263CC is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 204 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.05 |
| HSL | 315.94º | 0.85% | 0.67% | - |
| HSV(B) | 315.94º | 0.59% | 0.95% | - |
| XYZ | 51.98 | 32.16 | 60.59 | - |
| YUV | 153.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 204 | 0 | 0.59 | 0.16 | 0.05 | 315.94 | 0.85 | 0.67 |
| Hex | F2 | 63 | CC | 0 | 3B | 10 | 5 | 13C | 55 | 43 |
| Octal | 362 | 143 | 314 | 0 | 73 | 20 | 5 | 474 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11001100 | 0 | 111011 | 10000 | 101 | 100111100 | 1010101 | 1000011 |
Color Harmonies of #F263CC
Complementary color
Monochromatic Colors of #F263CC
Black with #F263CC
Text Example
Text Example
White with #F263CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263CC; }
p { color: rgb(242,99,204); }
H1.HeaderClassName
{
color: #F263CC;
}
.AnyTagClassName
{
color: #F263CC;
}
</style>
background-color css
<style>
a { background-color: #F263CC; }
a { background-color: rgb(242,99,204); }
div.DivClassName
{
background-color: #F263CC;
}
.BgClassName
{
background-color: #F263CC;
}
</style>
border-color css
<style>
span { border-color: #F263CC; }
span { border-color: rgb(242,99,204); }
td.TdClassName
{
border-color: #F263CC;
}
.TagClassName
{
border-color: #F263CC;
}
</style>