Html Css Color HEX #FE69BF Neon Pink

📋 copy color: '#FE69BF'

red 254 ◦ green 105 ◦ blue 191

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

Shades of Neon Pink #FE69BF

Tints of Neon Pink #FE69BF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.09%

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

R = 46.18%
G = 19.09%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE69BF (or 0xFE69BF) is known color: Neon Pink. HEX triplet: FE, 69 and BF. RGB value is (254,105,191). Sum of RGB (Red+Green+Blue) = 254+105+191=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69BF is #019640. Grayscale: #9F9F9F. Windows color (decimal): -104001 or 12544510. OLE color: 12544510.

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

Color convert

RGB 254 105 191 -
CMYK 0 0.59 0.25 0.00
HSL 325.37º 0.99% 0.7% -
HSV(B) 325.37º 0.59% 1% -
XYZ 55.33 34.94 53.12 -
YUV 159.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 254 105 191 0 0.59 0.25 0.00 325.37 0.99 0.7
Hex FE 69 BF 0 3B 19 0 145 63 46
Octal 376 151 277 0 73 31 0 505 143 106
Binary 11111110 1101001 10111111 0 111011 11001 0 101000101 1100011 1000110

Color Harmonies of #FE69BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69BF

Black with #FE69BF

Text Example


Text Example

White with #FE69BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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