Html Css Color HEX #FD6CCD Neon Pink

📋 copy color: '#FD6CCD'

red 253 ◦ green 108 ◦ blue 205

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

Shades of Neon Pink #FD6CCD

Tints of Neon Pink #FD6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.08%

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

R = 44.7%
G = 19.08%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD6CCD (or 0xFD6CCD) is known color: Neon Pink. HEX triplet: FD, 6C and CD. RGB value is (253,108,205). Sum of RGB (Red+Green+Blue) = 253+108+205=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CCD is #029332. Grayscale: #A2A2A2. Windows color (decimal): -168755 or 13462781. OLE color: 13462781.

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

Color convert

RGB 253 108 205 -
CMYK 0 0.57 0.19 0.01
HSL 319.86º 0.97% 0.71% -
HSV(B) 319.86º 0.57% 0.99% -
XYZ 56.89 36.02 61.71 -
YUV 162.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 253 108 205 0 0.57 0.19 0.01 319.86 0.97 0.71
Hex FD 6C CD 0 39 13 1 140 61 47
Octal 375 154 315 0 71 23 1 500 141 107
Binary 11111101 1101100 11001101 0 111001 10011 1 101000000 1100001 1000111

Color Harmonies of #FD6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CCD

Black with #FD6CCD

Text Example


Text Example

White with #FD6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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