Html Css Color HEX #FC74CA Neon Pink

📋 copy color: '#FC74CA'

red 252 ◦ green 116 ◦ blue 202

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

Shades of Neon Pink #FC74CA

Tints of Neon Pink #FC74CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 44.21%
G = 20.35%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC74CA (or 0xFC74CA) is known color: Neon Pink. HEX triplet: FC, 74 and CA. RGB value is (252,116,202). Sum of RGB (Red+Green+Blue) = 252+116+202=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74CA is #038B35. Grayscale: #A6A6A6. Windows color (decimal): -232246 or 13268220. OLE color: 13268220.

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

Color convert

RGB 252 116 202 -
CMYK 0 0.54 0.20 0.01
HSL 322.06º 0.96% 0.72% -
HSV(B) 322.06º 0.54% 0.99% -
XYZ 57.05 37.45 60.1 -
YUV 166.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 252 116 202 0 0.54 0.20 0.01 322.06 0.96 0.72
Hex FC 74 CA 0 36 14 1 142 60 48
Octal 374 164 312 0 66 24 1 502 140 110
Binary 11111100 1110100 11001010 0 110110 10100 1 101000010 1100000 1001000

Color Harmonies of #FC74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74CA

Black with #FC74CA

Text Example


Text Example

White with #FC74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74CA; }

 p { color: rgb(252,116,202); }

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

background-color css

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

 a { background-color: rgb(252,116,202); }

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

border-color css

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

 span { border-color: rgb(252,116,202); }

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