Html Css Color HEX #FE70D6 Neon Pink

📋 copy color: '#FE70D6'

red 254 ◦ green 112 ◦ blue 214

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

Shades of Neon Pink #FE70D6

Tints of Neon Pink #FE70D6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.31%

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 43.79%
G = 19.31%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE70D6 (or 0xFE70D6) is known color: Neon Pink. HEX triplet: FE, 70 and D6. RGB value is (254,112,214). Sum of RGB (Red+Green+Blue) = 254+112+214=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70D6 is #018F29. Grayscale: #A5A5A5. Windows color (decimal): -102186 or 14053630. OLE color: 14053630.

HSL color Cylindrical-coordinate representation of color #FE70D6: hue angle of 316.9º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE70D6 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 214 -
CMYK 0 0.56 0.16 0.00
HSL 316.9º 0.99% 0.72% -
HSV(B) 316.9º 0.56% 1% -
XYZ 58.8 37.51 67.76 -
YUV 166.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 254 112 214 0 0.56 0.16 0.00 316.9 0.99 0.72
Hex FE 70 D6 0 38 10 0 13D 63 48
Octal 376 160 326 0 70 20 0 475 143 110
Binary 11111110 1110000 11010110 0 111000 10000 0 100111101 1100011 1001000

Color Harmonies of #FE70D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70D6

Black with #FE70D6

Text Example


Text Example

White with #FE70D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70D6; }

 p { color: rgb(254,112,214); }

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

background-color css

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

 a { background-color: rgb(254,112,214); }

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

border-color css

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

 span { border-color: rgb(254,112,214); }

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