Html Css Color HEX #FE68D9 Neon Pink

📋 copy color: '#FE68D9'

red 254 ◦ green 104 ◦ blue 217

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

Shades of Neon Pink #FE68D9

Tints of Neon Pink #FE68D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.74%

R = 44.17%
G = 18.09%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE68D9 (or 0xFE68D9) is known color: Neon Pink. HEX triplet: FE, 68 and D9. RGB value is (254,104,217). Sum of RGB (Red+Green+Blue) = 254+104+217=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D9 is #019726. Grayscale: #A1A1A1. Windows color (decimal): -104231 or 14248190. OLE color: 14248190.

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

Color convert

RGB 254 104 217 -
CMYK 0 0.59 0.15 0.00
HSL 314.8º 0.99% 0.7% -
HSV(B) 314.8º 0.59% 1% -
XYZ 58.35 35.98 69.52 -
YUV 161.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 254 104 217 0 0.59 0.15 0.00 314.8 0.99 0.7
Hex FE 68 D9 0 3B F 0 13B 63 46
Octal 376 150 331 0 73 17 0 473 143 106
Binary 11111110 1101000 11011001 0 111011 1111 0 100111011 1100011 1000110

Color Harmonies of #FE68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68D9

Black with #FE68D9

Text Example


Text Example

White with #FE68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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