Html Css Color HEX #FE72C7 Neon Pink

📋 copy color: '#FE72C7'

red 254 ◦ green 114 ◦ blue 199

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

Shades of Neon Pink #FE72C7

Tints of Neon Pink #FE72C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 44.8%
G = 20.11%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE72C7 (or 0xFE72C7) is known color: Neon Pink. HEX triplet: FE, 72 and C7. RGB value is (254,114,199). Sum of RGB (Red+Green+Blue) = 254+114+199=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C7 is #018D38. Grayscale: #A5A5A5. Windows color (decimal): -101689 or 13071102. OLE color: 13071102.

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

Color convert

RGB 254 114 199 -
CMYK 0 0.55 0.22 0.00
HSL 323.57º 0.99% 0.72% -
HSV(B) 323.57º 0.55% 1% -
XYZ 57.2 37.23 58.2 -
YUV 165.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 254 114 199 0 0.55 0.22 0.00 323.57 0.99 0.72
Hex FE 72 C7 0 37 16 0 144 63 48
Octal 376 162 307 0 67 26 0 504 143 110
Binary 11111110 1110010 11000111 0 110111 10110 0 101000100 1100011 1001000

Color Harmonies of #FE72C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72C7

Black with #FE72C7

Text Example


Text Example

White with #FE72C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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