Html Css Color HEX #FE68D8 Neon Pink

📋 copy color: '#FE68D8'

red 254 ◦ green 104 ◦ blue 216

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

Shades of Neon Pink #FE68D8

Tints of Neon Pink #FE68D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 44.25%
G = 18.12%
B = 37.63%

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

#FE68D8 (or 0xFE68D8) is known color: Neon Pink. HEX triplet: FE, 68 and D8. RGB value is (254,104,216). Sum of RGB (Red+Green+Blue) = 254+104+216=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D8 is #019727. Grayscale: #A1A1A1. Windows color (decimal): -104232 or 14182654. OLE color: 14182654.

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

Color convert

RGB 254 104 216 -
CMYK 0 0.59 0.15 0.00
HSL 315.2º 0.99% 0.7% -
HSV(B) 315.2º 0.59% 1% -
XYZ 58.22 35.93 68.83 -
YUV 161.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 254 104 216 0 0.59 0.15 0.00 315.2 0.99 0.7
Hex FE 68 D8 0 3B F 0 13B 63 46
Octal 376 150 330 0 73 17 0 473 143 106
Binary 11111110 1101000 11011000 0 111011 1111 0 100111011 1100011 1000110

Color Harmonies of #FE68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68D8

Black with #FE68D8

Text Example


Text Example

White with #FE68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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