Shades of Neon Pink #FE65D2
Tints of Neon Pink #FE65D2
RGB
CMYK
RGB Variations
Color information
#FE65D2 (or 0xFE65D2) is known color: Neon Pink. HEX triplet: FE, 65 and D2. RGB value is (254,101,210). Sum of RGB (Red+Green+Blue) = 254+101+210=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65D2 is #019A2D. Grayscale: #9E9E9E. Windows color (decimal): -105006 or 13788670. OLE color: 13788670.
HSL color Cylindrical-coordinate representation of color #FE65D2: hue angle of 317.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65D2 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 210 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.00 |
| HSL | 317.25º | 0.99% | 0.7% | - |
| HSV(B) | 317.25º | 0.6% | 1% | - |
| XYZ | 57.16 | 35.03 | 64.72 | - |
| YUV | 159.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 210 | 0 | 0.60 | 0.17 | 0.00 | 317.25 | 0.99 | 0.7 |
| Hex | FE | 65 | D2 | 0 | 3C | 11 | 0 | 13D | 63 | 46 |
| Octal | 376 | 145 | 322 | 0 | 74 | 21 | 0 | 475 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11010010 | 0 | 111100 | 10001 | 0 | 100111101 | 1100011 | 1000110 |
Color Harmonies of #FE65D2
Complementary color
Monochromatic Colors of #FE65D2
Black with #FE65D2
Text Example
Text Example
White with #FE65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65D2; }
p { color: rgb(254,101,210); }
H1.HeaderClassName
{
color: #FE65D2;
}
.AnyTagClassName
{
color: #FE65D2;
}
</style>
background-color css
<style>
a { background-color: #FE65D2; }
a { background-color: rgb(254,101,210); }
div.DivClassName
{
background-color: #FE65D2;
}
.BgClassName
{
background-color: #FE65D2;
}
</style>
border-color css
<style>
span { border-color: #FE65D2; }
span { border-color: rgb(254,101,210); }
td.TdClassName
{
border-color: #FE65D2;
}
.TagClassName
{
border-color: #FE65D2;
}
</style>