Html Css Color HEX #FD77CB Neon Pink

📋 copy color: '#FD77CB'

red 253 ◦ green 119 ◦ blue 203

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

Shades of Neon Pink #FD77CB

Tints of Neon Pink #FD77CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 44%
G = 20.7%
B = 35.3%

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

#FD77CB (or 0xFD77CB) is known color: Neon Pink. HEX triplet: FD, 77 and CB. RGB value is (253,119,203). Sum of RGB (Red+Green+Blue) = 253+119+203=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77CB is #028834. Grayscale: #A8A8A8. Windows color (decimal): -165941 or 13334525. OLE color: 13334525.

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

Color convert

RGB 253 119 203 -
CMYK 0 0.53 0.20 0.01
HSL 322.39º 0.97% 0.73% -
HSV(B) 322.39º 0.53% 0.99% -
XYZ 57.88 38.39 60.86 -
YUV 168.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 253 119 203 0 0.53 0.20 0.01 322.39 0.97 0.73
Hex FD 77 CB 0 35 14 1 142 61 49
Octal 375 167 313 0 65 24 1 502 141 111
Binary 11111101 1110111 11001011 0 110101 10100 1 101000010 1100001 1001001

Color Harmonies of #FD77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77CB

Black with #FD77CB

Text Example


Text Example

White with #FD77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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