Html Css Color HEX #FC5ECB Neon Pink

📋 copy color: '#FC5ECB'

red 252 ◦ green 94 ◦ blue 203

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

Shades of Neon Pink #FC5ECB

Tints of Neon Pink #FC5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.12%

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

R = 45.9%
G = 17.12%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5ECB (or 0xFC5ECB) is known color: Neon Pink. HEX triplet: FC, 5E and CB. RGB value is (252,94,203). Sum of RGB (Red+Green+Blue) = 252+94+203=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ECB is #03A134. Grayscale: #999999. Windows color (decimal): -237877 or 13328124. OLE color: 13328124.

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

Color convert

RGB 252 94 203 -
CMYK 0 0.63 0.19 0.01
HSL 318.61º 0.96% 0.68% -
HSV(B) 318.61º 0.63% 0.99% -
XYZ 54.93 33.01 59.98 -
YUV 153.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 252 94 203 0 0.63 0.19 0.01 318.61 0.96 0.68
Hex FC 5E CB 0 3F 13 1 13F 60 44
Octal 374 136 313 0 77 23 1 477 140 104
Binary 11111100 1011110 11001011 0 111111 10011 1 100111111 1100000 1000100

Color Harmonies of #FC5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ECB

Black with #FC5ECB

Text Example


Text Example

White with #FC5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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