Html Css Color HEX #FD77CA Neon Pink

📋 copy color: '#FD77CA'

red 253 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #FD77CA

Tints of Neon Pink #FD77CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.73%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 44.08%
G = 20.73%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD77CA (or 0xFD77CA) is known color: Neon Pink. HEX triplet: FD, 77 and CA. RGB value is (253,119,202). Sum of RGB (Red+Green+Blue) = 253+119+202=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77CA is #028835. Grayscale: #A8A8A8. Windows color (decimal): -165942 or 13268989. OLE color: 13268989.

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

Color convert

RGB 253 119 202 -
CMYK 0 0.53 0.20 0.01
HSL 322.84º 0.97% 0.73% -
HSV(B) 322.84º 0.53% 0.99% -
XYZ 57.77 38.34 60.23 -
YUV 168.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 253 119 202 0 0.53 0.20 0.01 322.84 0.97 0.73
Hex FD 77 CA 0 35 14 1 143 61 49
Octal 375 167 312 0 65 24 1 503 141 111
Binary 11111101 1110111 11001010 0 110101 10100 1 101000011 1100001 1001001

Color Harmonies of #FD77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77CA

Black with #FD77CA

Text Example


Text Example

White with #FD77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77CA; }

 p { color: rgb(253,119,202); }

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

background-color css

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

 a { background-color: rgb(253,119,202); }

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

border-color css

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

 span { border-color: rgb(253,119,202); }

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