Shades of Neon Pink #F26DD5
Tints of Neon Pink #F26DD5
RGB
CMYK
RGB Variations
Color information
#F26DD5 (or 0xF26DD5) is known color: Neon Pink. HEX triplet: F2, 6D and D5. RGB value is (242,109,213). Sum of RGB (Red+Green+Blue) = 242+109+213=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DD5 is #0D922A. Grayscale: #A0A0A0. Windows color (decimal): -889387 or 13987314. OLE color: 13987314.
HSL color Cylindrical-coordinate representation of color #F26DD5: hue angle of 313.08º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DD5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 213 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.05 |
| HSL | 313.08º | 0.84% | 0.69% | - |
| HSV(B) | 313.08º | 0.55% | 0.95% | - |
| XYZ | 54.1 | 34.62 | 66.78 | - |
| YUV | 160.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 213 | 0 | 0.55 | 0.12 | 0.05 | 313.08 | 0.84 | 0.69 |
| Hex | F2 | 6D | D5 | 0 | 37 | C | 5 | 139 | 54 | 45 |
| Octal | 362 | 155 | 325 | 0 | 67 | 14 | 5 | 471 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11010101 | 0 | 110111 | 1100 | 101 | 100111001 | 1010100 | 1000101 |
Color Harmonies of #F26DD5
Complementary color
Monochromatic Colors of #F26DD5
Black with #F26DD5
Text Example
Text Example
White with #F26DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DD5; }
p { color: rgb(242,109,213); }
H1.HeaderClassName
{
color: #F26DD5;
}
.AnyTagClassName
{
color: #F26DD5;
}
</style>
background-color css
<style>
a { background-color: #F26DD5; }
a { background-color: rgb(242,109,213); }
div.DivClassName
{
background-color: #F26DD5;
}
.BgClassName
{
background-color: #F26DD5;
}
</style>
border-color css
<style>
span { border-color: #F26DD5; }
span { border-color: rgb(242,109,213); }
td.TdClassName
{
border-color: #F26DD5;
}
.TagClassName
{
border-color: #F26DD5;
}
</style>