Html Css Color HEX #FE69BE Neon Pink

📋 copy color: '#FE69BE'

red 254 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #FE69BE

Tints of Neon Pink #FE69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 46.27%
G = 19.13%
B = 34.61%

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

#FE69BE (or 0xFE69BE) is known color: Neon Pink. HEX triplet: FE, 69 and BE. RGB value is (254,105,190). Sum of RGB (Red+Green+Blue) = 254+105+190=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69BE is #019641. Grayscale: #9F9F9F. Windows color (decimal): -104002 or 12478974. OLE color: 12478974.

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

Color convert

RGB 254 105 190 -
CMYK 0 0.59 0.25 0.00
HSL 325.77º 0.99% 0.7% -
HSV(B) 325.77º 0.59% 1% -
XYZ 55.22 34.89 52.54 -
YUV 159.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 254 105 190 0 0.59 0.25 0.00 325.77 0.99 0.7
Hex FE 69 BE 0 3B 19 0 146 63 46
Octal 376 151 276 0 73 31 0 506 143 106
Binary 11111110 1101001 10111110 0 111011 11001 0 101000110 1100011 1000110

Color Harmonies of #FE69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69BE

Black with #FE69BE

Text Example


Text Example

White with #FE69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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