Html Css Color HEX #FE72D8 Neon Pink

📋 copy color: '#FE72D8'

red 254 ◦ green 114 ◦ blue 216

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

Shades of Neon Pink #FE72D8

Tints of Neon Pink #FE72D8

RGB

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

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

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

R = 43.49%
G = 19.52%
B = 36.99%

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

#FE72D8 (or 0xFE72D8) is known color: Neon Pink. HEX triplet: FE, 72 and D8. RGB value is (254,114,216). Sum of RGB (Red+Green+Blue) = 254+114+216=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72D8 is #018D27. Grayscale: #A7A7A7. Windows color (decimal): -101672 or 14185214. OLE color: 14185214.

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

Color convert

RGB 254 114 216 -
CMYK 0 0.55 0.15 0.00
HSL 316.29º 0.99% 0.72% -
HSV(B) 316.29º 0.55% 1% -
XYZ 59.29 38.06 69.19 -
YUV 167.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 254 114 216 0 0.55 0.15 0.00 316.29 0.99 0.72
Hex FE 72 D8 0 37 F 0 13C 63 48
Octal 376 162 330 0 67 17 0 474 143 110
Binary 11111110 1110010 11011000 0 110111 1111 0 100111100 1100011 1001000

Color Harmonies of #FE72D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72D8

Black with #FE72D8

Text Example


Text Example

White with #FE72D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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