Html Css Color HEX #FE68BE Neon Pink

📋 copy color: '#FE68BE'

red 254 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #FE68BE

Tints of Neon Pink #FE68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.98%

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

R = 46.35%
G = 18.98%
B = 34.67%

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

#FE68BE (or 0xFE68BE) is known color: Neon Pink. HEX triplet: FE, 68 and BE. RGB value is (254,104,190). Sum of RGB (Red+Green+Blue) = 254+104+190=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68BE is #019741. Grayscale: #9E9E9E. Windows color (decimal): -104258 or 12478718. OLE color: 12478718.

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

Color convert

RGB 254 104 190 -
CMYK 0 0.59 0.25 0.00
HSL 325.6º 0.99% 0.7% -
HSV(B) 325.6º 0.59% 1% -
XYZ 55.12 34.69 52.51 -
YUV 158.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 254 104 190 0 0.59 0.25 0.00 325.6 0.99 0.7
Hex FE 68 BE 0 3B 19 0 146 63 46
Octal 376 150 276 0 73 31 0 506 143 106
Binary 11111110 1101000 10111110 0 111011 11001 0 101000110 1100011 1000110

Color Harmonies of #FE68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68BE

Black with #FE68BE

Text Example


Text Example

White with #FE68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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