Html Css Color HEX #FD7CCD Neon Pink

📋 copy color: '#FD7CCD'

red 253 ◦ green 124 ◦ blue 205

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

Shades of Neon Pink #FD7CCD

Tints of Neon Pink #FD7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.31%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 43.47%
G = 21.31%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD7CCD (or 0xFD7CCD) is known color: Neon Pink. HEX triplet: FD, 7C and CD. RGB value is (253,124,205). Sum of RGB (Red+Green+Blue) = 253+124+205=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CCD is #028332. Grayscale: #ABABAB. Windows color (decimal): -164659 or 13466877. OLE color: 13466877.

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

Color convert

RGB 253 124 205 -
CMYK 0 0.51 0.19 0.01
HSL 322.33º 0.97% 0.74% -
HSV(B) 322.33º 0.51% 0.99% -
XYZ 58.74 39.71 62.33 -
YUV 171.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 253 124 205 0 0.51 0.19 0.01 322.33 0.97 0.74
Hex FD 7C CD 0 33 13 1 142 61 4A
Octal 375 174 315 0 63 23 1 502 141 112
Binary 11111101 1111100 11001101 0 110011 10011 1 101000010 1100001 1001010

Color Harmonies of #FD7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CCD

Black with #FD7CCD

Text Example


Text Example

White with #FD7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CCD; }

 p { color: rgb(253,124,205); }

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

background-color css

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

 a { background-color: rgb(253,124,205); }

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

border-color css

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

 span { border-color: rgb(253,124,205); }

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