Shades of Neon Pink #FF61D4
Tints of Neon Pink #FF61D4
RGB
CMYK
RGB Variations
Color information
#FF61D4 (or 0xFF61D4) is known color: Neon Pink. HEX triplet: FF, 61 and D4. RGB value is (255,97,212). Sum of RGB (Red+Green+Blue) = 255+97+212=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61D4 is #009E2B. Grayscale: #9D9D9D. Windows color (decimal): -40492 or 13918719. OLE color: 13918719.
HSL color Cylindrical-coordinate representation of color #FF61D4: hue angle of 316.33º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF61D4 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 212 | - |
| CMYK | 0 | 0.62 | 0.17 | 0 |
| HSL | 316.33º | 1% | 0.69% | - |
| HSV(B) | 316.33º | 0.62% | 1% | - |
| XYZ | 57.4 | 34.56 | 65.93 | - |
| YUV | 157.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 212 | 0 | 0.62 | 0.17 | 0 | 316.33 | 1 | 0.69 |
| Hex | FF | 61 | D4 | 0 | 3E | 11 | 0 | 13C | 64 | 45 |
| Octal | 377 | 141 | 324 | 0 | 76 | 21 | 0 | 474 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11010100 | 0 | 111110 | 10001 | 0 | 100111100 | 1100100 | 1000101 |
Color Harmonies of #FF61D4
Complementary color
Monochromatic Colors of #FF61D4
Black with #FF61D4
Text Example
Text Example
White with #FF61D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61D4; }
p { color: rgb(255,97,212); }
H1.HeaderClassName
{
color: #FF61D4;
}
.AnyTagClassName
{
color: #FF61D4;
}
</style>
background-color css
<style>
a { background-color: #FF61D4; }
a { background-color: rgb(255,97,212); }
div.DivClassName
{
background-color: #FF61D4;
}
.BgClassName
{
background-color: #FF61D4;
}
</style>
border-color css
<style>
span { border-color: #FF61D4; }
span { border-color: rgb(255,97,212); }
td.TdClassName
{
border-color: #FF61D4;
}
.TagClassName
{
border-color: #FF61D4;
}
</style>