Html Css Color HEX #FD6DCC Neon Pink

📋 copy color: '#FD6DCC'

red 253 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #FD6DCC

Tints of Neon Pink #FD6DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 44.7%
G = 19.26%
B = 36.04%

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

#FD6DCC (or 0xFD6DCC) is known color: Neon Pink. HEX triplet: FD, 6D and CC. RGB value is (253,109,204). Sum of RGB (Red+Green+Blue) = 253+109+204=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DCC is #029233. Grayscale: #A2A2A2. Windows color (decimal): -168500 or 13397501. OLE color: 13397501.

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

Color convert

RGB 253 109 204 -
CMYK 0 0.57 0.19 0.01
HSL 320.42º 0.97% 0.71% -
HSV(B) 320.42º 0.57% 0.99% -
XYZ 56.88 36.18 61.11 -
YUV 162.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 253 109 204 0 0.57 0.19 0.01 320.42 0.97 0.71
Hex FD 6D CC 0 39 13 1 140 61 47
Octal 375 155 314 0 71 23 1 500 141 107
Binary 11111101 1101101 11001100 0 111001 10011 1 101000000 1100001 1000111

Color Harmonies of #FD6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DCC

Black with #FD6DCC

Text Example


Text Example

White with #FD6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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