Html Css Color HEX #FD61D2 Neon Pink

📋 copy color: '#FD61D2'

red 253 ◦ green 97 ◦ blue 210

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

Shades of Neon Pink #FD61D2

Tints of Neon Pink #FD61D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.5%

R = 45.18%
G = 17.32%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD61D2 (or 0xFD61D2) is known color: Neon Pink. HEX triplet: FD, 61 and D2. RGB value is (253,97,210). Sum of RGB (Red+Green+Blue) = 253+97+210=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61D2 is #029E2D. Grayscale: #9C9C9C. Windows color (decimal): -171566 or 13787645. OLE color: 13787645.

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

Color convert

RGB 253 97 210 -
CMYK 0 0.62 0.17 0.01
HSL 316.54º 0.98% 0.69% -
HSV(B) 316.54º 0.62% 0.99% -
XYZ 56.42 34.09 64.58 -
YUV 156.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 253 97 210 0 0.62 0.17 0.01 316.54 0.98 0.69
Hex FD 61 D2 0 3E 11 1 13D 62 45
Octal 375 141 322 0 76 21 1 475 142 105
Binary 11111101 1100001 11010010 0 111110 10001 1 100111101 1100010 1000101

Color Harmonies of #FD61D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61D2

Black with #FD61D2

Text Example


Text Example

White with #FD61D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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