Html Css Color HEX #FC5BCD Neon Pink

📋 copy color: '#FC5BCD'

red 252 ◦ green 91 ◦ blue 205

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

Shades of Neon Pink #FC5BCD

Tints of Neon Pink #FC5BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 45.99%
G = 16.61%
B = 37.41%

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

#FC5BCD (or 0xFC5BCD) is known color: Neon Pink. HEX triplet: FC, 5B and CD. RGB value is (252,91,205). Sum of RGB (Red+Green+Blue) = 252+91+205=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BCD is #03A432. Grayscale: #979797. Windows color (decimal): -238643 or 13458428. OLE color: 13458428.

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

Color convert

RGB 252 91 205 -
CMYK 0 0.64 0.19 0.01
HSL 317.52º 0.96% 0.67% -
HSV(B) 317.52º 0.64% 0.99% -
XYZ 54.91 32.59 61.15 -
YUV 152.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 252 91 205 0 0.64 0.19 0.01 317.52 0.96 0.67
Hex FC 5B CD 0 40 13 1 13E 60 43
Octal 374 133 315 0 100 23 1 476 140 103
Binary 11111100 1011011 11001101 0 1000000 10011 1 100111110 1100000 1000011

Color Harmonies of #FC5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BCD

Black with #FC5BCD

Text Example


Text Example

White with #FC5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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