Html Css Color HEX #FC5FCB Neon Pink

📋 copy color: '#FC5FCB'

red 252 ◦ green 95 ◦ blue 203

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

Shades of Neon Pink #FC5FCB

Tints of Neon Pink #FC5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.27%

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

R = 45.82%
G = 17.27%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5FCB (or 0xFC5FCB) is known color: Neon Pink. HEX triplet: FC, 5F and CB. RGB value is (252,95,203). Sum of RGB (Red+Green+Blue) = 252+95+203=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FCB is #03A034. Grayscale: #999999. Windows color (decimal): -237621 or 13328380. OLE color: 13328380.

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

Color convert

RGB 252 95 203 -
CMYK 0 0.62 0.19 0.01
HSL 318.73º 0.96% 0.68% -
HSV(B) 318.73º 0.62% 0.99% -
XYZ 55.02 33.19 60.01 -
YUV 154.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 252 95 203 0 0.62 0.19 0.01 318.73 0.96 0.68
Hex FC 5F CB 0 3E 13 1 13F 60 44
Octal 374 137 313 0 76 23 1 477 140 104
Binary 11111100 1011111 11001011 0 111110 10011 1 100111111 1100000 1000100

Color Harmonies of #FC5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FCB

Black with #FC5FCB

Text Example


Text Example

White with #FC5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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