Html Css Color HEX #FD6EC9 Neon Pink

📋 copy color: '#FD6EC9'

red 253 ◦ green 110 ◦ blue 201

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

Shades of Neon Pink #FD6EC9

Tints of Neon Pink #FD6EC9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.5%

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 44.86%
G = 19.5%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD6EC9 (or 0xFD6EC9) is known color: Neon Pink. HEX triplet: FD, 6E and C9. RGB value is (253,110,201). Sum of RGB (Red+Green+Blue) = 253+110+201=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EC9 is #029136. Grayscale: #A2A2A2. Windows color (decimal): -168247 or 13201149. OLE color: 13201149.

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

Color convert

RGB 253 110 201 -
CMYK 0 0.57 0.21 0.01
HSL 321.82º 0.97% 0.71% -
HSV(B) 321.82º 0.57% 0.99% -
XYZ 56.63 36.25 59.27 -
YUV 163.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 253 110 201 0 0.57 0.21 0.01 321.82 0.97 0.71
Hex FD 6E C9 0 39 15 1 142 61 47
Octal 375 156 311 0 71 25 1 502 141 107
Binary 11111101 1101110 11001001 0 111001 10101 1 101000010 1100001 1000111

Color Harmonies of #FD6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EC9

Black with #FD6EC9

Text Example


Text Example

White with #FD6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EC9; }

 p { color: rgb(253,110,201); }

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

background-color css

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

 a { background-color: rgb(253,110,201); }

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

border-color css

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

 span { border-color: rgb(253,110,201); }

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