Html Css Color HEX #FC6ECB Neon Pink

📋 copy color: '#FC6ECB'

red 252 ◦ green 110 ◦ blue 203

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

Shades of Neon Pink #FC6ECB

Tints of Neon Pink #FC6ECB

RGB

 RED value IS 252 (98.83% from 255) = 44.6%

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

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

R = 44.6%
G = 19.47%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6ECB (or 0xFC6ECB) is known color: Neon Pink. HEX triplet: FC, 6E and CB. RGB value is (252,110,203). Sum of RGB (Red+Green+Blue) = 252+110+203=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ECB is #039134. Grayscale: #A2A2A2. Windows color (decimal): -233781 or 13332220. OLE color: 13332220.

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

Color convert

RGB 252 110 203 -
CMYK 0 0.56 0.19 0.01
HSL 320.7º 0.96% 0.71% -
HSV(B) 320.7º 0.56% 0.99% -
XYZ 56.5 36.16 60.5 -
YUV 163.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 252 110 203 0 0.56 0.19 0.01 320.7 0.96 0.71
Hex FC 6E CB 0 38 13 1 141 60 47
Octal 374 156 313 0 70 23 1 501 140 107
Binary 11111100 1101110 11001011 0 111000 10011 1 101000001 1100000 1000111

Color Harmonies of #FC6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ECB

Black with #FC6ECB

Text Example


Text Example

White with #FC6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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