Html Css Color HEX #FE68CD Neon Pink

📋 copy color: '#FE68CD'

red 254 ◦ green 104 ◦ blue 205

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

Shades of Neon Pink #FE68CD

Tints of Neon Pink #FE68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 45.12%
G = 18.47%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE68CD (or 0xFE68CD) is known color: Neon Pink. HEX triplet: FE, 68 and CD. RGB value is (254,104,205). Sum of RGB (Red+Green+Blue) = 254+104+205=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68CD is #019732. Grayscale: #A0A0A0. Windows color (decimal): -104243 or 13461758. OLE color: 13461758.

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

Color convert

RGB 254 104 205 -
CMYK 0 0.59 0.19 0.00
HSL 319.6º 0.99% 0.7% -
HSV(B) 319.6º 0.59% 1% -
XYZ 56.84 35.38 61.59 -
YUV 160.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 254 104 205 0 0.59 0.19 0.00 319.6 0.99 0.7
Hex FE 68 CD 0 3B 13 0 140 63 46
Octal 376 150 315 0 73 23 0 500 143 106
Binary 11111110 1101000 11001101 0 111011 10011 0 101000000 1100011 1000110

Color Harmonies of #FE68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68CD

Black with #FE68CD

Text Example


Text Example

White with #FE68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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