Html Css Color HEX #FD74CE Neon Pink

📋 copy color: '#FD74CE'

red 253 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #FD74CE

Tints of Neon Pink #FD74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 44%
G = 20.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD74CE (or 0xFD74CE) is known color: Neon Pink. HEX triplet: FD, 74 and CE. RGB value is (253,116,206). Sum of RGB (Red+Green+Blue) = 253+116+206=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74CE is #028B31. Grayscale: #A6A6A6. Windows color (decimal): -166706 or 13530365. OLE color: 13530365.

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

Color convert

RGB 253 116 206 -
CMYK 0 0.54 0.19 0.01
HSL 320.58º 0.97% 0.72% -
HSV(B) 320.58º 0.54% 0.99% -
XYZ 57.89 37.83 62.64 -
YUV 167.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 253 116 206 0 0.54 0.19 0.01 320.58 0.97 0.72
Hex FD 74 CE 0 36 13 1 141 61 48
Octal 375 164 316 0 66 23 1 501 141 110
Binary 11111101 1110100 11001110 0 110110 10011 1 101000001 1100001 1001000

Color Harmonies of #FD74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74CE

Black with #FD74CE

Text Example


Text Example

White with #FD74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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