Html Css Color HEX #FE51C2 Neon Pink

📋 copy color: '#FE51C2'

red 254 ◦ green 81 ◦ blue 194

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

Shades of Neon Pink #FE51C2

Tints of Neon Pink #FE51C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.31%

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

R = 48.02%
G = 15.31%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE51C2 (or 0xFE51C2) is known color: Neon Pink. HEX triplet: FE, 51 and C2. RGB value is (254,81,194). Sum of RGB (Red+Green+Blue) = 254+81+194=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C2 is #01AE3D. Grayscale: #919191. Windows color (decimal): -110142 or 12734974. OLE color: 12734974.

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

Color convert

RGB 254 81 194 -
CMYK 0 0.68 0.24 0.00
HSL 320.81º 0.99% 0.66% -
HSV(B) 320.81º 0.68% 1% -
XYZ 53.55 30.85 54.17 -
YUV 145.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 254 81 194 0 0.68 0.24 0.00 320.81 0.99 0.66
Hex FE 51 C2 0 44 18 0 141 63 42
Octal 376 121 302 0 104 30 0 501 143 102
Binary 11111110 1010001 11000010 0 1000100 11000 0 101000001 1100011 1000010

Color Harmonies of #FE51C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE51C2

Black with #FE51C2

Text Example


Text Example

White with #FE51C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE51C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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