Html Css Color HEX #FE68CE Neon Pink

📋 copy color: '#FE68CE'

red 254 ◦ green 104 ◦ blue 206

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

Shades of Neon Pink #FE68CE

Tints of Neon Pink #FE68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 45.04%
G = 18.44%
B = 36.52%

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

#FE68CE (or 0xFE68CE) is known color: Neon Pink. HEX triplet: FE, 68 and CE. RGB value is (254,104,206). Sum of RGB (Red+Green+Blue) = 254+104+206=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68CE is #019731. Grayscale: #A0A0A0. Windows color (decimal): -104242 or 13527294. OLE color: 13527294.

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

Color convert

RGB 254 104 206 -
CMYK 0 0.59 0.19 0.00
HSL 319.2º 0.99% 0.7% -
HSV(B) 319.2º 0.59% 1% -
XYZ 56.96 35.43 62.23 -
YUV 160.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 254 104 206 0 0.59 0.19 0.00 319.2 0.99 0.7
Hex FE 68 CE 0 3B 13 0 13F 63 46
Octal 376 150 316 0 73 23 0 477 143 106
Binary 11111110 1101000 11001110 0 111011 10011 0 100111111 1100011 1000110

Color Harmonies of #FE68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68CE

Black with #FE68CE

Text Example


Text Example

White with #FE68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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