Html Css Color HEX #FD6ECB Neon Pink

📋 copy color: '#FD6ECB'

red 253 ◦ green 110 ◦ blue 203

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

Shades of Neon Pink #FD6ECB

Tints of Neon Pink #FD6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 44.7%
G = 19.43%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD6ECB (or 0xFD6ECB) is known color: Neon Pink. HEX triplet: FD, 6E and CB. RGB value is (253,110,203). Sum of RGB (Red+Green+Blue) = 253+110+203=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ECB is #029134. Grayscale: #A3A3A3. Windows color (decimal): -168245 or 13332221. OLE color: 13332221.

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

Color convert

RGB 253 110 203 -
CMYK 0 0.57 0.20 0.01
HSL 320.98º 0.97% 0.71% -
HSV(B) 320.98º 0.57% 0.99% -
XYZ 56.86 36.35 60.52 -
YUV 163.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 253 110 203 0 0.57 0.20 0.01 320.98 0.97 0.71
Hex FD 6E CB 0 39 14 1 141 61 47
Octal 375 156 313 0 71 24 1 501 141 107
Binary 11111101 1101110 11001011 0 111001 10100 1 101000001 1100001 1000111

Color Harmonies of #FD6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6ECB

Black with #FD6ECB

Text Example


Text Example

White with #FD6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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