Html Css Color HEX #FC5BC3 Neon Pink

📋 copy color: '#FC5BC3'

red 252 ◦ green 91 ◦ blue 195

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

Shades of Neon Pink #FC5BC3

Tints of Neon Pink #FC5BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.25%

R = 46.84%
G = 16.91%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC5BC3 (or 0xFC5BC3) is known color: Neon Pink. HEX triplet: FC, 5B and C3. RGB value is (252,91,195). Sum of RGB (Red+Green+Blue) = 252+91+195=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BC3 is #03A43C. Grayscale: #969696. Windows color (decimal): -238653 or 12803068. OLE color: 12803068.

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

Color convert

RGB 252 91 195 -
CMYK 0 0.64 0.23 0.01
HSL 321.24º 0.96% 0.67% -
HSV(B) 321.24º 0.64% 0.99% -
XYZ 53.74 32.12 55 -
YUV 151 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 252 91 195 0 0.64 0.23 0.01 321.24 0.96 0.67
Hex FC 5B C3 0 40 17 1 141 60 43
Octal 374 133 303 0 100 27 1 501 140 103
Binary 11111100 1011011 11000011 0 1000000 10111 1 101000001 1100000 1000011

Color Harmonies of #FC5BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BC3

Black with #FC5BC3

Text Example


Text Example

White with #FC5BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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