Html Css Color HEX #FE73D8 Neon Pink

📋 copy color: '#FE73D8'

red 254 ◦ green 115 ◦ blue 216

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

Shades of Neon Pink #FE73D8

Tints of Neon Pink #FE73D8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.66%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 43.42%
G = 19.66%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE73D8 (or 0xFE73D8) is known color: Neon Pink. HEX triplet: FE, 73 and D8. RGB value is (254,115,216). Sum of RGB (Red+Green+Blue) = 254+115+216=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D8 is #018C27. Grayscale: #A7A7A7. Windows color (decimal): -101416 or 14185470. OLE color: 14185470.

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

Color convert

RGB 254 115 216 -
CMYK 0 0.55 0.15 0.00
HSL 316.4º 0.99% 0.72% -
HSV(B) 316.4º 0.55% 1% -
XYZ 59.4 38.29 69.23 -
YUV 168.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 254 115 216 0 0.55 0.15 0.00 316.4 0.99 0.72
Hex FE 73 D8 0 37 F 0 13C 63 48
Octal 376 163 330 0 67 17 0 474 143 110
Binary 11111110 1110011 11011000 0 110111 1111 0 100111100 1100011 1001000

Color Harmonies of #FE73D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73D8

Black with #FE73D8

Text Example


Text Example

White with #FE73D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73D8; }

 p { color: rgb(254,115,216); }

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

background-color css

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

 a { background-color: rgb(254,115,216); }

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

border-color css

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

 span { border-color: rgb(254,115,216); }

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