Shades of Neon Pink #FF74D3
Tints of Neon Pink #FF74D3
RGB
CMYK
RGB Variations
Color information
#FF74D3 (or 0xFF74D3) is known color: Neon Pink. HEX triplet: FF, 74 and D3. RGB value is (255,116,211). Sum of RGB (Red+Green+Blue) = 255+116+211=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D3 is #008B2C. Grayscale: #A8A8A8. Windows color (decimal): -35629 or 13858047. OLE color: 13858047.
HSL color Cylindrical-coordinate representation of color #FF74D3: hue angle of 318.99º 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 #FF74D3 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 211 | - |
| CMYK | 0 | 0.55 | 0.17 | 0 |
| HSL | 318.99º | 1% | 0.73% | - |
| HSV(B) | 318.99º | 0.55% | 1% | - |
| XYZ | 59.24 | 38.45 | 65.93 | - |
| YUV | 168.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 211 | 0 | 0.55 | 0.17 | 0 | 318.99 | 1 | 0.73 |
| Hex | FF | 74 | D3 | 0 | 37 | 11 | 0 | 13F | 64 | 49 |
| Octal | 377 | 164 | 323 | 0 | 67 | 21 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11010011 | 0 | 110111 | 10001 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF74D3
Complementary color
Monochromatic Colors of #FF74D3
Black with #FF74D3
Text Example
Text Example
White with #FF74D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74D3; }
p { color: rgb(255,116,211); }
H1.HeaderClassName
{
color: #FF74D3;
}
.AnyTagClassName
{
color: #FF74D3;
}
</style>
background-color css
<style>
a { background-color: #FF74D3; }
a { background-color: rgb(255,116,211); }
div.DivClassName
{
background-color: #FF74D3;
}
.BgClassName
{
background-color: #FF74D3;
}
</style>
border-color css
<style>
span { border-color: #FF74D3; }
span { border-color: rgb(255,116,211); }
td.TdClassName
{
border-color: #FF74D3;
}
.TagClassName
{
border-color: #FF74D3;
}
</style>