Html Css Color HEX #FE68D4 Neon Pink

📋 copy color: '#FE68D4'

red 254 ◦ green 104 ◦ blue 212

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

Shades of Neon Pink #FE68D4

Tints of Neon Pink #FE68D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 44.56%
G = 18.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE68D4 (or 0xFE68D4) is known color: Neon Pink. HEX triplet: FE, 68 and D4. RGB value is (254,104,212). Sum of RGB (Red+Green+Blue) = 254+104+212=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D4 is #01972B. Grayscale: #A0A0A0. Windows color (decimal): -104236 or 13920510. OLE color: 13920510.

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

Color convert

RGB 254 104 212 -
CMYK 0 0.59 0.17 0.00
HSL 316.8º 0.99% 0.7% -
HSV(B) 316.8º 0.59% 1% -
XYZ 57.71 35.72 66.14 -
YUV 161.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 254 104 212 0 0.59 0.17 0.00 316.8 0.99 0.7
Hex FE 68 D4 0 3B 11 0 13D 63 46
Octal 376 150 324 0 73 21 0 475 143 106
Binary 11111110 1101000 11010100 0 111011 10001 0 100111101 1100011 1000110

Color Harmonies of #FE68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68D4

Black with #FE68D4

Text Example


Text Example

White with #FE68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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