Html Css Color HEX #FE51C1 Neon Pink

📋 copy color: '#FE51C1'

red 254 ◦ green 81 ◦ blue 193

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

Shades of Neon Pink #FE51C1

Tints of Neon Pink #FE51C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 48.11%
G = 15.34%
B = 36.55%

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

#FE51C1 (or 0xFE51C1) is known color: Neon Pink. HEX triplet: FE, 51 and C1. RGB value is (254,81,193). Sum of RGB (Red+Green+Blue) = 254+81+193=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C1 is #01AE3E. Grayscale: #919191. Windows color (decimal): -110143 or 12669438. OLE color: 12669438.

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

Color convert

RGB 254 81 193 -
CMYK 0 0.68 0.24 0.00
HSL 321.16º 0.99% 0.66% -
HSV(B) 321.16º 0.68% 1% -
XYZ 53.44 30.81 53.58 -
YUV 145.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 254 81 193 0 0.68 0.24 0.00 321.16 0.99 0.66
Hex FE 51 C1 0 44 18 0 141 63 42
Octal 376 121 301 0 104 30 0 501 143 102
Binary 11111110 1010001 11000001 0 1000100 11000 0 101000001 1100011 1000010

Color Harmonies of #FE51C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE51C1

Black with #FE51C1

Text Example


Text Example

White with #FE51C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE51C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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