Html Css Color HEX #FD74D3 Neon Pink

📋 copy color: '#FD74D3'

red 253 ◦ green 116 ◦ blue 211

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

Shades of Neon Pink #FD74D3

Tints of Neon Pink #FD74D3

RGB

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

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

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

R = 43.62%
G = 20%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD74D3 (or 0xFD74D3) is known color: Neon Pink. HEX triplet: FD, 74 and D3. RGB value is (253,116,211). Sum of RGB (Red+Green+Blue) = 253+116+211=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74D3 is #028B2C. Grayscale: #A7A7A7. Windows color (decimal): -166701 or 13858045. OLE color: 13858045.

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

Color convert

RGB 253 116 211 -
CMYK 0 0.54 0.17 0.01
HSL 318.39º 0.97% 0.72% -
HSV(B) 318.39º 0.54% 0.99% -
XYZ 58.51 38.08 65.89 -
YUV 167.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 253 116 211 0 0.54 0.17 0.01 318.39 0.97 0.72
Hex FD 74 D3 0 36 11 1 13E 61 48
Octal 375 164 323 0 66 21 1 476 141 110
Binary 11111101 1110100 11010011 0 110110 10001 1 100111110 1100001 1001000

Color Harmonies of #FD74D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74D3

Black with #FD74D3

Text Example


Text Example

White with #FD74D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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