Html Css Color HEX #FC5DCB Neon Pink

📋 copy color: '#FC5DCB'

red 252 ◦ green 93 ◦ blue 203

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

Shades of Neon Pink #FC5DCB

Tints of Neon Pink #FC5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.97%

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

R = 45.99%
G = 16.97%
B = 37.04%

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

#FC5DCB (or 0xFC5DCB) is known color: Neon Pink. HEX triplet: FC, 5D and CB. RGB value is (252,93,203). Sum of RGB (Red+Green+Blue) = 252+93+203=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DCB is #03A234. Grayscale: #989898. Windows color (decimal): -238133 or 13327868. OLE color: 13327868.

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

Color convert

RGB 252 93 203 -
CMYK 0 0.63 0.19 0.01
HSL 318.49º 0.96% 0.68% -
HSV(B) 318.49º 0.63% 0.99% -
XYZ 54.84 32.84 59.95 -
YUV 153.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 252 93 203 0 0.63 0.19 0.01 318.49 0.96 0.68
Hex FC 5D CB 0 3F 13 1 13E 60 44
Octal 374 135 313 0 77 23 1 476 140 104
Binary 11111100 1011101 11001011 0 111111 10011 1 100111110 1100000 1000100

Color Harmonies of #FC5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DCB

Black with #FC5DCB

Text Example


Text Example

White with #FC5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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