Html Css Color HEX #FD6DCD Neon Pink

📋 copy color: '#FD6DCD'

red 253 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #FD6DCD

Tints of Neon Pink #FD6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.22%

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

R = 44.62%
G = 19.22%
B = 36.16%

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

#FD6DCD (or 0xFD6DCD) is known color: Neon Pink. HEX triplet: FD, 6D and CD. RGB value is (253,109,205). Sum of RGB (Red+Green+Blue) = 253+109+205=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DCD is #029232. Grayscale: #A2A2A2. Windows color (decimal): -168499 or 13463037. OLE color: 13463037.

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

Color convert

RGB 253 109 205 -
CMYK 0 0.57 0.19 0.01
HSL 320º 0.97% 0.71% -
HSV(B) 320º 0.57% 0.99% -
XYZ 57 36.23 61.75 -
YUV 163 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 253 109 205 0 0.57 0.19 0.01 320 0.97 0.71
Hex FD 6D CD 0 39 13 1 140 61 47
Octal 375 155 315 0 71 23 1 500 141 107
Binary 11111101 1101101 11001101 0 111001 10011 1 101000000 1100001 1000111

Color Harmonies of #FD6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DCD

Black with #FD6DCD

Text Example


Text Example

White with #FD6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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