Html Css Color HEX #FE72C9 Neon Pink

📋 copy color: '#FE72C9'

red 254 ◦ green 114 ◦ blue 201

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

Shades of Neon Pink #FE72C9

Tints of Neon Pink #FE72C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 44.64%
G = 20.04%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE72C9 (or 0xFE72C9) is known color: Neon Pink. HEX triplet: FE, 72 and C9. RGB value is (254,114,201). Sum of RGB (Red+Green+Blue) = 254+114+201=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C9 is #018D36. Grayscale: #A5A5A5. Windows color (decimal): -101687 or 13202174. OLE color: 13202174.

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

Color convert

RGB 254 114 201 -
CMYK 0 0.55 0.21 0.00
HSL 322.71º 0.99% 0.72% -
HSV(B) 322.71º 0.55% 1% -
XYZ 57.43 37.32 59.44 -
YUV 165.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 254 114 201 0 0.55 0.21 0.00 322.71 0.99 0.72
Hex FE 72 C9 0 37 15 0 143 63 48
Octal 376 162 311 0 67 25 0 503 143 110
Binary 11111110 1110010 11001001 0 110111 10101 0 101000011 1100011 1001000

Color Harmonies of #FE72C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72C9

Black with #FE72C9

Text Example


Text Example

White with #FE72C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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