Html Css Color HEX #FD74CA Neon Pink

📋 copy color: '#FD74CA'

red 253 ◦ green 116 ◦ blue 202

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

Shades of Neon Pink #FD74CA

Tints of Neon Pink #FD74CA

RGB

 RED value IS 253 (99.22% from 255) = 44.31%

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

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

R = 44.31%
G = 20.32%
B = 35.38%

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

#FD74CA (or 0xFD74CA) is known color: Neon Pink. HEX triplet: FD, 74 and CA. RGB value is (253,116,202). Sum of RGB (Red+Green+Blue) = 253+116+202=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74CA is #028B35. Grayscale: #A6A6A6. Windows color (decimal): -166710 or 13268221. OLE color: 13268221.

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

Color convert

RGB 253 116 202 -
CMYK 0 0.54 0.20 0.01
HSL 322.34º 0.97% 0.72% -
HSV(B) 322.34º 0.54% 0.99% -
XYZ 57.41 37.64 60.12 -
YUV 166.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 253 116 202 0 0.54 0.20 0.01 322.34 0.97 0.72
Hex FD 74 CA 0 36 14 1 142 61 48
Octal 375 164 312 0 66 24 1 502 141 110
Binary 11111101 1110100 11001010 0 110110 10100 1 101000010 1100001 1001000

Color Harmonies of #FD74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74CA

Black with #FD74CA

Text Example


Text Example

White with #FD74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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