Html Css Color HEX #FE72C8 Neon Pink

📋 copy color: '#FE72C8'

red 254 ◦ green 114 ◦ blue 200

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

Shades of Neon Pink #FE72C8

Tints of Neon Pink #FE72C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 44.72%
G = 20.07%
B = 35.21%

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

#FE72C8 (or 0xFE72C8) is known color: Neon Pink. HEX triplet: FE, 72 and C8. RGB value is (254,114,200). Sum of RGB (Red+Green+Blue) = 254+114+200=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C8 is #018D37. Grayscale: #A5A5A5. Windows color (decimal): -101688 or 13136638. OLE color: 13136638.

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

Color convert

RGB 254 114 200 -
CMYK 0 0.55 0.21 0.00
HSL 323.14º 0.99% 0.72% -
HSV(B) 323.14º 0.55% 1% -
XYZ 57.32 37.28 58.82 -
YUV 165.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 254 114 200 0 0.55 0.21 0.00 323.14 0.99 0.72
Hex FE 72 C8 0 37 15 0 143 63 48
Octal 376 162 310 0 67 25 0 503 143 110
Binary 11111110 1110010 11001000 0 110111 10101 0 101000011 1100011 1001000

Color Harmonies of #FE72C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72C8

Black with #FE72C8

Text Example


Text Example

White with #FE72C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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