Html Css Color HEX #FC74D5 Neon Pink

📋 copy color: '#FC74D5'

red 252 ◦ green 116 ◦ blue 213

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

Shades of Neon Pink #FC74D5

Tints of Neon Pink #FC74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 43.37%
G = 19.97%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC74D5 (or 0xFC74D5) is known color: Neon Pink. HEX triplet: FC, 74 and D5. RGB value is (252,116,213). Sum of RGB (Red+Green+Blue) = 252+116+213=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D5 is #038B2A. Grayscale: #A7A7A7. Windows color (decimal): -232235 or 13989116. OLE color: 13989116.

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

Color convert

RGB 252 116 213 -
CMYK 0 0.54 0.15 0.01
HSL 317.21º 0.96% 0.72% -
HSV(B) 317.21º 0.54% 0.99% -
XYZ 58.4 37.99 67.21 -
YUV 167.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 252 116 213 0 0.54 0.15 0.01 317.21 0.96 0.72
Hex FC 74 D5 0 36 F 1 13D 60 48
Octal 374 164 325 0 66 17 1 475 140 110
Binary 11111100 1110100 11010101 0 110110 1111 1 100111101 1100000 1001000

Color Harmonies of #FC74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74D5

Black with #FC74D5

Text Example


Text Example

White with #FC74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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