Shades of Neon Pink #F26DD3
Tints of Neon Pink #F26DD3
RGB
CMYK
RGB Variations
Color information
#F26DD3 (or 0xF26DD3) is known color: Neon Pink. HEX triplet: F2, 6D and D3. RGB value is (242,109,211). Sum of RGB (Red+Green+Blue) = 242+109+211=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DD3 is #0D922C. Grayscale: #A0A0A0. Windows color (decimal): -889389 or 13856242. OLE color: 13856242.
HSL color Cylindrical-coordinate representation of color #F26DD3: hue angle of 313.98º 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 #F26DD3 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 211 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.05 |
| HSL | 313.99º | 0.84% | 0.69% | - |
| HSV(B) | 313.99º | 0.55% | 0.95% | - |
| XYZ | 53.84 | 34.52 | 65.45 | - |
| YUV | 160.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 211 | 0 | 0.55 | 0.13 | 0.05 | 313.99 | 0.84 | 0.69 |
| Hex | F2 | 6D | D3 | 0 | 37 | D | 5 | 13A | 54 | 45 |
| Octal | 362 | 155 | 323 | 0 | 67 | 15 | 5 | 472 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11010011 | 0 | 110111 | 1101 | 101 | 100111010 | 1010100 | 1000101 |
Color Harmonies of #F26DD3
Complementary color
Monochromatic Colors of #F26DD3
Black with #F26DD3
Text Example
Text Example
White with #F26DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DD3; }
p { color: rgb(242,109,211); }
H1.HeaderClassName
{
color: #F26DD3;
}
.AnyTagClassName
{
color: #F26DD3;
}
</style>
background-color css
<style>
a { background-color: #F26DD3; }
a { background-color: rgb(242,109,211); }
div.DivClassName
{
background-color: #F26DD3;
}
.BgClassName
{
background-color: #F26DD3;
}
</style>
border-color css
<style>
span { border-color: #F26DD3; }
span { border-color: rgb(242,109,211); }
td.TdClassName
{
border-color: #F26DD3;
}
.TagClassName
{
border-color: #F26DD3;
}
</style>