Html Css Color HEX #FC5FC2 Neon Pink

📋 copy color: '#FC5FC2'

red 252 ◦ green 95 ◦ blue 194

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

Shades of Neon Pink #FC5FC2

Tints of Neon Pink #FC5FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 46.58%
G = 17.56%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC5FC2 (or 0xFC5FC2) is known color: Neon Pink. HEX triplet: FC, 5F and C2. RGB value is (252,95,194). Sum of RGB (Red+Green+Blue) = 252+95+194=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FC2 is #03A03D. Grayscale: #989898. Windows color (decimal): -237630 or 12738556. OLE color: 12738556.

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

Color convert

RGB 252 95 194 -
CMYK 0 0.62 0.23 0.01
HSL 322.17º 0.96% 0.68% -
HSV(B) 322.17º 0.62% 0.99% -
XYZ 53.97 32.77 54.52 -
YUV 153.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 252 95 194 0 0.62 0.23 0.01 322.17 0.96 0.68
Hex FC 5F C2 0 3E 17 1 142 60 44
Octal 374 137 302 0 76 27 1 502 140 104
Binary 11111100 1011111 11000010 0 111110 10111 1 101000010 1100000 1000100

Color Harmonies of #FC5FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FC2

Black with #FC5FC2

Text Example


Text Example

White with #FC5FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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