Html Css Color HEX #FE74D5 Neon Pink

📋 copy color: '#FE74D5'

red 254 ◦ green 116 ◦ blue 213

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

Shades of Neon Pink #FE74D5

Tints of Neon Pink #FE74D5

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

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

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

R = 43.57%
G = 19.9%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE74D5 (or 0xFE74D5) is known color: Neon Pink. HEX triplet: FE, 74 and D5. RGB value is (254,116,213). Sum of RGB (Red+Green+Blue) = 254+116+213=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74D5 is #018B2A. Grayscale: #A8A8A8. Windows color (decimal): -101163 or 13989118. OLE color: 13989118.

HSL color Cylindrical-coordinate representation of color #FE74D5: hue angle of 317.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74D5 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 116 213 -
CMYK 0 0.54 0.16 0.00
HSL 317.83º 0.99% 0.73% -
HSV(B) 317.83º 0.54% 1% -
XYZ 59.13 38.37 67.24 -
YUV 168.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 254 116 213 0 0.54 0.16 0.00 317.83 0.99 0.73
Hex FE 74 D5 0 36 10 0 13E 63 49
Octal 376 164 325 0 66 20 0 476 143 111
Binary 11111110 1110100 11010101 0 110110 10000 0 100111110 1100011 1001001

Color Harmonies of #FE74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74D5

Black with #FE74D5

Text Example


Text Example

White with #FE74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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