Html Css Color HEX #FE72DA Neon Pink

📋 copy color: '#FE72DA'

red 254 ◦ green 114 ◦ blue 218

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

Shades of Neon Pink #FE72DA

Tints of Neon Pink #FE72DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.45%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 43.34%
G = 19.45%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE72DA (or 0xFE72DA) is known color: Neon Pink. HEX triplet: FE, 72 and DA. RGB value is (254,114,218). Sum of RGB (Red+Green+Blue) = 254+114+218=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72DA is #018D25. Grayscale: #A7A7A7. Windows color (decimal): -101670 or 14316286. OLE color: 14316286.

HSL color Cylindrical-coordinate representation of color #FE72DA: hue angle of 315.43º 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 #FE72DA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 114 218 -
CMYK 0 0.55 0.14 0.00
HSL 315.43º 0.99% 0.72% -
HSV(B) 315.43º 0.55% 1% -
XYZ 59.55 38.17 70.56 -
YUV 167.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 254 114 218 0 0.55 0.14 0.00 315.43 0.99 0.72
Hex FE 72 DA 0 37 E 0 13B 63 48
Octal 376 162 332 0 67 16 0 473 143 110
Binary 11111110 1110010 11011010 0 110111 1110 0 100111011 1100011 1001000

Color Harmonies of #FE72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72DA

Black with #FE72DA

Text Example


Text Example

White with #FE72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72DA; }

 p { color: rgb(254,114,218); }

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

background-color css

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

 a { background-color: rgb(254,114,218); }

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

border-color css

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

 span { border-color: rgb(254,114,218); }

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