#FD61C9

Color #FD61C9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FD61C9

Tints of Neon Pink #FD61C9

Color information

#FD61C9 (or 0xFD61C9) is unknown color: approx Neon Pink. HEX triplet: FD, 61 and C9. RGB value is (253,97,201). Sum of RGB (Red+Green+Blue) = 253+97+201=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61C9 is #029E36. Grayscale: #9B9B9B. Windows color (decimal): -171575 or 13197821. OLE color: 13197821.

HSL color Cylindrical-coordinate representation of color #FD61C9: hue angle of 320º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD61C9 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB25397201-
CMYK00.620.210.01
HSL320º97.5%68.63%-
HSV(B)320º61.66%99.22%-
XYZ55.3333.6558.84-
YUV155.5153.68197.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 97 (38.28% from 255) = 17.60%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=45.92%
G=17.60%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539720100.620.210.0132097.568.63
HexFD61C903E1511406245
Octal375141311076251500142105
Binary11111101110000111001001011111010101110100000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61C9; }

 p { color: rgb(253,97,201); }

 H1.HeaderClassName
 {
   color: #FD61C9;
 }
 .AnyTagClassName
 {
   color: #FD61C9;
 }
</style>
background-color css

<style>
 a { background-color: #FD61C9; }

 a { background-color: rgb(253,97,201); }

 div.DivClassName
 {
   background-color: #FD61C9;
 }
 .BgClassName
 {
   background-color: #FD61C9;
 }
</style>
border-color css

<style>
 span { border-color: #FD61C9; }

 span { border-color: rgb(253,97,201); }

 td.TdClassName
 {
   border-color: #FD61C9;
 }
 .TagClassName
 {
   border-color: #FD61C9;
 }
</style>