Html Css Color HEX #FE64DF Neon Pink

📋 copy color: '#FE64DF'

red 254 ◦ green 100 ◦ blue 223

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

Shades of Neon Pink #FE64DF

Tints of Neon Pink #FE64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.33%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 44.02%
G = 17.33%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE64DF (or 0xFE64DF) is known color: Neon Pink. HEX triplet: FE, 64 and DF. RGB value is (254,100,223). Sum of RGB (Red+Green+Blue) = 254+100+223=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64DF is #019B20. Grayscale: #9F9F9F. Windows color (decimal): -105249 or 14640382. OLE color: 14640382.

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

Color convert

RGB 254 100 223 -
CMYK 0 0.61 0.12 0.00
HSL 312.08º 0.99% 0.69% -
HSV(B) 312.08º 0.61% 1% -
XYZ 58.75 35.51 73.57 -
YUV 160.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 254 100 223 0 0.61 0.12 0.00 312.08 0.99 0.69
Hex FE 64 DF 0 3D C 0 138 63 45
Octal 376 144 337 0 75 14 0 470 143 105
Binary 11111110 1100100 11011111 0 111101 1100 0 100111000 1100011 1000101

Color Harmonies of #FE64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64DF

Black with #FE64DF

Text Example


Text Example

White with #FE64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64DF; }

 p { color: rgb(254,100,223); }

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

background-color css

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

 a { background-color: rgb(254,100,223); }

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

border-color css

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

 span { border-color: rgb(254,100,223); }

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