Shades of Neon Pink #F262CD
Tints of Neon Pink #F262CD
RGB
CMYK
RGB Variations
Color information
#F262CD (or 0xF262CD) is known color: Neon Pink. HEX triplet: F2, 62 and CD. RGB value is (242,98,205). Sum of RGB (Red+Green+Blue) = 242+98+205=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F262CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262CD is #0D9D32. Grayscale: #989898. Windows color (decimal): -892211 or 13460210. OLE color: 13460210.
HSL color Cylindrical-coordinate representation of color #F262CD: hue angle of 315.42º 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 #F262CD is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 205 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.05 |
| HSL | 315.42º | 0.85% | 0.67% | - |
| HSV(B) | 315.42º | 0.6% | 0.95% | - |
| XYZ | 52.01 | 32.02 | 61.2 | - |
| YUV | 153.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 205 | 0 | 0.60 | 0.15 | 0.05 | 315.42 | 0.85 | 0.67 |
| Hex | F2 | 62 | CD | 0 | 3C | F | 5 | 13B | 55 | 43 |
| Octal | 362 | 142 | 315 | 0 | 74 | 17 | 5 | 473 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11001101 | 0 | 111100 | 1111 | 101 | 100111011 | 1010101 | 1000011 |
Color Harmonies of #F262CD
Complementary color
Monochromatic Colors of #F262CD
Black with #F262CD
Text Example
Text Example
White with #F262CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262CD; }
p { color: rgb(242,98,205); }
H1.HeaderClassName
{
color: #F262CD;
}
.AnyTagClassName
{
color: #F262CD;
}
</style>
background-color css
<style>
a { background-color: #F262CD; }
a { background-color: rgb(242,98,205); }
div.DivClassName
{
background-color: #F262CD;
}
.BgClassName
{
background-color: #F262CD;
}
</style>
border-color css
<style>
span { border-color: #F262CD; }
span { border-color: rgb(242,98,205); }
td.TdClassName
{
border-color: #F262CD;
}
.TagClassName
{
border-color: #F262CD;
}
</style>