Html Css Color HEX #FE71C2 Neon Pink

📋 copy color: '#FE71C2'

red 254 ◦ green 113 ◦ blue 194

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

Shades of Neon Pink #FE71C2

Tints of Neon Pink #FE71C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.14%

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 45.28%
G = 20.14%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE71C2 (or 0xFE71C2) is known color: Neon Pink. HEX triplet: FE, 71 and C2. RGB value is (254,113,194). Sum of RGB (Red+Green+Blue) = 254+113+194=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71C2 is #018E3D. Grayscale: #A4A4A4. Windows color (decimal): -101950 or 12743166. OLE color: 12743166.

HSL color Cylindrical-coordinate representation of color #FE71C2: hue angle of 325.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71C2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 194 -
CMYK 0 0.56 0.24 0.00
HSL 325.53º 0.99% 0.72% -
HSV(B) 325.53º 0.56% 1% -
XYZ 56.52 36.78 55.16 -
YUV 164.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 254 113 194 0 0.56 0.24 0.00 325.53 0.99 0.72
Hex FE 71 C2 0 38 18 0 146 63 48
Octal 376 161 302 0 70 30 0 506 143 110
Binary 11111110 1110001 11000010 0 111000 11000 0 101000110 1100011 1001000

Color Harmonies of #FE71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71C2

Black with #FE71C2

Text Example


Text Example

White with #FE71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71C2; }

 p { color: rgb(254,113,194); }

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

background-color css

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

 a { background-color: rgb(254,113,194); }

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

border-color css

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

 span { border-color: rgb(254,113,194); }

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