Shades of Neon Pink #FF74CD
Tints of Neon Pink #FF74CD
RGB
CMYK
RGB Variations
Color information
#FF74CD (or 0xFF74CD) is known color: Neon Pink. HEX triplet: FF, 74 and CD. RGB value is (255,116,205). Sum of RGB (Red+Green+Blue) = 255+116+205=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74CD is #008B32. Grayscale: #A7A7A7. Windows color (decimal): -35635 or 13464831. OLE color: 13464831.
HSL color Cylindrical-coordinate representation of color #FF74CD: hue angle of 321.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74CD is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 205 | - |
| CMYK | 0 | 0.55 | 0.20 | 0 |
| HSL | 321.58º | 1% | 0.73% | - |
| HSV(B) | 321.58º | 0.55% | 1% | - |
| XYZ | 58.5 | 38.16 | 62.04 | - |
| YUV | 167.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 205 | 0 | 0.55 | 0.20 | 0 | 321.58 | 1 | 0.73 |
| Hex | FF | 74 | CD | 0 | 37 | 14 | 0 | 142 | 64 | 49 |
| Octal | 377 | 164 | 315 | 0 | 67 | 24 | 0 | 502 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11001101 | 0 | 110111 | 10100 | 0 | 101000010 | 1100100 | 1001001 |
Color Harmonies of #FF74CD
Complementary color
Monochromatic Colors of #FF74CD
Black with #FF74CD
Text Example
Text Example
White with #FF74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74CD; }
p { color: rgb(255,116,205); }
H1.HeaderClassName
{
color: #FF74CD;
}
.AnyTagClassName
{
color: #FF74CD;
}
</style>
background-color css
<style>
a { background-color: #FF74CD; }
a { background-color: rgb(255,116,205); }
div.DivClassName
{
background-color: #FF74CD;
}
.BgClassName
{
background-color: #FF74CD;
}
</style>
border-color css
<style>
span { border-color: #FF74CD; }
span { border-color: rgb(255,116,205); }
td.TdClassName
{
border-color: #FF74CD;
}
.TagClassName
{
border-color: #FF74CD;
}
</style>