Html Css Color HEX #FD61C0 Neon Pink

📋 copy color: '#FD61C0'

red 253 ◦ green 97 ◦ blue 192

#FD61C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FD61C0

Tints of Neon Pink #FD61C0

RGB

 RED value IS 253 (99.22% from 255) = 46.68%

 GREEN value IS 97 (38.28% from 255) = 17.9%

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 46.68%
G = 17.9%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD61C0 (or 0xFD61C0) is known color: Neon Pink. HEX triplet: FD, 61 and C0. RGB value is (253,97,192). Sum of RGB (Red+Green+Blue) = 253+97+192=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61C0 is #029E3F. Grayscale: #9A9A9A. Windows color (decimal): -171584 or 12607997. OLE color: 12607997.

HSL color Cylindrical-coordinate representation of color #FD61C0: hue angle of 323.46º 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 #FD61C0 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 192 -
CMYK 0 0.62 0.24 0.01
HSL 323.46º 0.98% 0.69% -
HSV(B) 323.46º 0.62% 0.99% -
XYZ 54.3 33.24 53.42 -
YUV 154.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 253 97 192 0 0.62 0.24 0.01 323.46 0.98 0.69
Hex FD 61 C0 0 3E 18 1 143 62 45
Octal 375 141 300 0 76 30 1 503 142 105
Binary 11111101 1100001 11000000 0 111110 11000 1 101000011 1100010 1000101

Color Harmonies of #FD61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61C0

Black with #FD61C0

Text Example


Text Example

White with #FD61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61C0; }

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

 H1.HeaderClassName
 {
   color: #FD61C0;
 }
 .AnyTagClassName
 {
   color: #FD61C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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