Html Css Color HEX #FE70C7 Neon Pink

📋 copy color: '#FE70C7'

red 254 ◦ green 112 ◦ blue 199

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

Shades of Neon Pink #FE70C7

Tints of Neon Pink #FE70C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.22%

R = 44.96%
G = 19.82%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE70C7 (or 0xFE70C7) is known color: Neon Pink. HEX triplet: FE, 70 and C7. RGB value is (254,112,199). Sum of RGB (Red+Green+Blue) = 254+112+199=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70C7 is #018F38. Grayscale: #A4A4A4. Windows color (decimal): -102201 or 13070590. OLE color: 13070590.

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

Color convert

RGB 254 112 199 -
CMYK 0 0.56 0.22 0.00
HSL 323.24º 0.99% 0.72% -
HSV(B) 323.24º 0.56% 1% -
XYZ 56.98 36.78 58.13 -
YUV 164.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 254 112 199 0 0.56 0.22 0.00 323.24 0.99 0.72
Hex FE 70 C7 0 38 16 0 143 63 48
Octal 376 160 307 0 70 26 0 503 143 110
Binary 11111110 1110000 11000111 0 111000 10110 0 101000011 1100011 1001000

Color Harmonies of #FE70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70C7

Black with #FE70C7

Text Example


Text Example

White with #FE70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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