Html Css Color HEX #FD76C2 Neon Pink

📋 copy color: '#FD76C2'

red 253 ◦ green 118 ◦ blue 194

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

Shades of Neon Pink #FD76C2

Tints of Neon Pink #FD76C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.88%

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

R = 44.78%
G = 20.88%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD76C2 (or 0xFD76C2) is known color: Neon Pink. HEX triplet: FD, 76 and C2. RGB value is (253,118,194). Sum of RGB (Red+Green+Blue) = 253+118+194=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76C2 is #02893D. Grayscale: #A6A6A6. Windows color (decimal): -166206 or 12744445. OLE color: 12744445.

HSL color Cylindrical-coordinate representation of color #FD76C2: hue angle of 326.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD76C2 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 118 194 -
CMYK 0 0.53 0.23 0.01
HSL 326.22º 0.97% 0.73% -
HSV(B) 326.22º 0.53% 0.99% -
XYZ 56.72 37.73 55.33 -
YUV 167.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 253 118 194 0 0.53 0.23 0.01 326.22 0.97 0.73
Hex FD 76 C2 0 35 17 1 146 61 49
Octal 375 166 302 0 65 27 1 506 141 111
Binary 11111101 1110110 11000010 0 110101 10111 1 101000110 1100001 1001001

Color Harmonies of #FD76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76C2

Black with #FD76C2

Text Example


Text Example

White with #FD76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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