Html Css Color HEX #FE5ACF Neon Pink

📋 copy color: '#FE5ACF'

red 254 ◦ green 90 ◦ blue 207

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

Shades of Neon Pink #FE5ACF

Tints of Neon Pink #FE5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.33%

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 46.1%
G = 16.33%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE5ACF (or 0xFE5ACF) is known color: Neon Pink. HEX triplet: FE, 5A and CF. RGB value is (254,90,207). Sum of RGB (Red+Green+Blue) = 254+90+207=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ACF is #01A530. Grayscale: #989898. Windows color (decimal): -107825 or 13589246. OLE color: 13589246.

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

Color convert

RGB 254 90 207 -
CMYK 0 0.65 0.19 0.00
HSL 317.2º 0.99% 0.67% -
HSV(B) 317.2º 0.65% 1% -
XYZ 55.79 32.89 62.44 -
YUV 152.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 254 90 207 0 0.65 0.19 0.00 317.2 0.99 0.67
Hex FE 5A CF 0 41 13 0 13D 63 43
Octal 376 132 317 0 101 23 0 475 143 103
Binary 11111110 1011010 11001111 0 1000001 10011 0 100111101 1100011 1000011

Color Harmonies of #FE5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ACF

Black with #FE5ACF

Text Example


Text Example

White with #FE5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ACF; }

 p { color: rgb(254,90,207); }

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

background-color css

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

 a { background-color: rgb(254,90,207); }

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

border-color css

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

 span { border-color: rgb(254,90,207); }

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