Html Css Color HEX #FC74D3 Neon Pink

📋 copy color: '#FC74D3'

red 252 ◦ green 116 ◦ blue 211

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

Shades of Neon Pink #FC74D3

Tints of Neon Pink #FC74D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 43.52%
G = 20.03%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC74D3 (or 0xFC74D3) is known color: Neon Pink. HEX triplet: FC, 74 and D3. RGB value is (252,116,211). Sum of RGB (Red+Green+Blue) = 252+116+211=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D3 is #038B2C. Grayscale: #A7A7A7. Windows color (decimal): -232237 or 13858044. OLE color: 13858044.

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

Color convert

RGB 252 116 211 -
CMYK 0 0.54 0.16 0.01
HSL 318.09º 0.96% 0.72% -
HSV(B) 318.09º 0.54% 0.99% -
XYZ 58.15 37.89 65.88 -
YUV 167.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 252 116 211 0 0.54 0.16 0.01 318.09 0.96 0.72
Hex FC 74 D3 0 36 10 1 13E 60 48
Octal 374 164 323 0 66 20 1 476 140 110
Binary 11111100 1110100 11010011 0 110110 10000 1 100111110 1100000 1001000

Color Harmonies of #FC74D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74D3

Black with #FC74D3

Text Example


Text Example

White with #FC74D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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