Html Css Color HEX #FC5BCC Neon Pink

📋 copy color: '#FC5BCC'

red 252 ◦ green 91 ◦ blue 204

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

Shades of Neon Pink #FC5BCC

Tints of Neon Pink #FC5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.64%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 46.07%
G = 16.64%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5BCC (or 0xFC5BCC) is known color: Neon Pink. HEX triplet: FC, 5B and CC. RGB value is (252,91,204). Sum of RGB (Red+Green+Blue) = 252+91+204=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BCC is #03A433. Grayscale: #979797. Windows color (decimal): -238644 or 13392892. OLE color: 13392892.

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

Color convert

RGB 252 91 204 -
CMYK 0 0.64 0.19 0.01
HSL 317.89º 0.96% 0.67% -
HSV(B) 317.89º 0.64% 0.99% -
XYZ 54.79 32.54 60.52 -
YUV 152.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 252 91 204 0 0.64 0.19 0.01 317.89 0.96 0.67
Hex FC 5B CC 0 40 13 1 13E 60 43
Octal 374 133 314 0 100 23 1 476 140 103
Binary 11111100 1011011 11001100 0 1000000 10011 1 100111110 1100000 1000011

Color Harmonies of #FC5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BCC

Black with #FC5BCC

Text Example


Text Example

White with #FC5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BCC; }

 p { color: rgb(252,91,204); }

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

background-color css

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

 a { background-color: rgb(252,91,204); }

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

border-color css

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

 span { border-color: rgb(252,91,204); }

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