Html Css Color HEX #FC5ECF Neon Pink

📋 copy color: '#FC5ECF'

red 252 ◦ green 94 ◦ blue 207

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

Shades of Neon Pink #FC5ECF

Tints of Neon Pink #FC5ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 45.57%
G = 17%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC5ECF (or 0xFC5ECF) is known color: Neon Pink. HEX triplet: FC, 5E and CF. RGB value is (252,94,207). Sum of RGB (Red+Green+Blue) = 252+94+207=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ECF is #03A130. Grayscale: #999999. Windows color (decimal): -237873 or 13590268. OLE color: 13590268.

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

Color convert

RGB 252 94 207 -
CMYK 0 0.63 0.18 0.01
HSL 317.09º 0.96% 0.68% -
HSV(B) 317.09º 0.63% 0.99% -
XYZ 55.41 33.21 62.52 -
YUV 154.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 252 94 207 0 0.63 0.18 0.01 317.09 0.96 0.68
Hex FC 5E CF 0 3F 12 1 13D 60 44
Octal 374 136 317 0 77 22 1 475 140 104
Binary 11111100 1011110 11001111 0 111111 10010 1 100111101 1100000 1000100

Color Harmonies of #FC5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ECF

Black with #FC5ECF

Text Example


Text Example

White with #FC5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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