Html Css Color HEX #FE50C2 Neon Pink

📋 copy color: '#FE50C2'

red 254 ◦ green 80 ◦ blue 194

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

Shades of Neon Pink #FE50C2

Tints of Neon Pink #FE50C2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.15%

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

R = 48.11%
G = 15.15%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE50C2 (or 0xFE50C2) is known color: Neon Pink. HEX triplet: FE, 50 and C2. RGB value is (254,80,194). Sum of RGB (Red+Green+Blue) = 254+80+194=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50C2 is #01AF3D. Grayscale: #909090. Windows color (decimal): -110398 or 12734718. OLE color: 12734718.

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

Color convert

RGB 254 80 194 -
CMYK 0 0.69 0.24 0.00
HSL 320.69º 0.99% 0.65% -
HSV(B) 320.69º 0.69% 1% -
XYZ 53.48 30.7 54.15 -
YUV 145.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 254 80 194 0 0.69 0.24 0.00 320.69 0.99 0.65
Hex FE 50 C2 0 45 18 0 141 63 41
Octal 376 120 302 0 105 30 0 501 143 101
Binary 11111110 1010000 11000010 0 1000101 11000 0 101000001 1100011 1000001

Color Harmonies of #FE50C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50C2

Black with #FE50C2

Text Example


Text Example

White with #FE50C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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