Html Css Color HEX #FD61C2 Neon Pink

📋 copy color: '#FD61C2'

red 253 ◦ green 97 ◦ blue 194

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

Shades of Neon Pink #FD61C2

Tints of Neon Pink #FD61C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 46.51%
G = 17.83%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD61C2 (or 0xFD61C2) is known color: Neon Pink. HEX triplet: FD, 61 and C2. RGB value is (253,97,194). Sum of RGB (Red+Green+Blue) = 253+97+194=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61C2 is #029E3D. Grayscale: #9A9A9A. Windows color (decimal): -171582 or 12739069. OLE color: 12739069.

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

Color convert

RGB 253 97 194 -
CMYK 0 0.62 0.23 0.01
HSL 322.69º 0.98% 0.69% -
HSV(B) 322.69º 0.62% 0.99% -
XYZ 54.52 33.33 54.6 -
YUV 154.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 253 97 194 0 0.62 0.23 0.01 322.69 0.98 0.69
Hex FD 61 C2 0 3E 17 1 143 62 45
Octal 375 141 302 0 76 27 1 503 142 105
Binary 11111101 1100001 11000010 0 111110 10111 1 101000011 1100010 1000101

Color Harmonies of #FD61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61C2

Black with #FD61C2

Text Example


Text Example

White with #FD61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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