Html Css Color HEX #FE5FBF Neon Pink

📋 copy color: '#FE5FBF'

red 254 ◦ green 95 ◦ blue 191

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

Shades of Neon Pink #FE5FBF

Tints of Neon Pink #FE5FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

 BLUE value IS 191 (75% from 255) = 35.37%

R = 47.04%
G = 17.59%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE5FBF (or 0xFE5FBF) is known color: Neon Pink. HEX triplet: FE, 5F and BF. RGB value is (254,95,191). Sum of RGB (Red+Green+Blue) = 254+95+191=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FBF is #01A040. Grayscale: #999999. Windows color (decimal): -106561 or 12541950. OLE color: 12541950.

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

Color convert

RGB 254 95 191 -
CMYK 0 0.63 0.25 0.00
HSL 323.77º 0.99% 0.68% -
HSV(B) 323.77º 0.63% 1% -
XYZ 54.37 33.02 52.8 -
YUV 153.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 254 95 191 0 0.63 0.25 0.00 323.77 0.99 0.68
Hex FE 5F BF 0 3F 19 0 144 63 44
Octal 376 137 277 0 77 31 0 504 143 104
Binary 11111110 1011111 10111111 0 111111 11001 0 101000100 1100011 1000100

Color Harmonies of #FE5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FBF

Black with #FE5FBF

Text Example


Text Example

White with #FE5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FBF; }

 p { color: rgb(254,95,191); }

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

background-color css

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

 a { background-color: rgb(254,95,191); }

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

border-color css

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

 span { border-color: rgb(254,95,191); }

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