Html Css Color HEX #FE70D4 Neon Pink

📋 copy color: '#FE70D4'

red 254 ◦ green 112 ◦ blue 212

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

Shades of Neon Pink #FE70D4

Tints of Neon Pink #FE70D4

RGB

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

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

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

R = 43.94%
G = 19.38%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE70D4 (or 0xFE70D4) is known color: Neon Pink. HEX triplet: FE, 70 and D4. RGB value is (254,112,212). Sum of RGB (Red+Green+Blue) = 254+112+212=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70D4 is #018F2B. Grayscale: #A5A5A5. Windows color (decimal): -102188 or 13922558. OLE color: 13922558.

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

Color convert

RGB 254 112 212 -
CMYK 0 0.56 0.17 0.00
HSL 317.75º 0.99% 0.72% -
HSV(B) 317.75º 0.56% 1% -
XYZ 58.55 37.41 66.42 -
YUV 165.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 254 112 212 0 0.56 0.17 0.00 317.75 0.99 0.72
Hex FE 70 D4 0 38 11 0 13E 63 48
Octal 376 160 324 0 70 21 0 476 143 110
Binary 11111110 1110000 11010100 0 111000 10001 0 100111110 1100011 1001000

Color Harmonies of #FE70D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70D4

Black with #FE70D4

Text Example


Text Example

White with #FE70D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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