Html Css Color HEX #FA70CE Neon Pink

📋 copy color: '#FA70CE'

red 250 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #FA70CE

Tints of Neon Pink #FA70CE

RGB

 RED value IS 250 (98.05% from 255) = 44.01%

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

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

R = 44.01%
G = 19.72%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA70CE (or 0xFA70CE) is known color: Neon Pink. HEX triplet: FA, 70 and CE. RGB value is (250,112,206). Sum of RGB (Red+Green+Blue) = 250+112+206=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70CE is #058F31. Grayscale: #A3A3A3. Windows color (decimal): -364338 or 13529338. OLE color: 13529338.

HSL color Cylindrical-coordinate representation of color #FA70CE: hue angle of 319.13º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70CE is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 206 -
CMYK 0 0.55 0.18 0.02
HSL 319.13º 0.93% 0.71% -
HSV(B) 319.13º 0.55% 0.98% -
XYZ 56.36 36.37 62.44 -
YUV 163.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 250 112 206 0 0.55 0.18 0.02 319.13 0.93 0.71
Hex FA 70 CE 0 37 12 2 13F 5D 47
Octal 372 160 316 0 67 22 2 477 135 107
Binary 11111010 1110000 11001110 0 110111 10010 10 100111111 1011101 1000111

Color Harmonies of #FA70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA70CE

Black with #FA70CE

Text Example


Text Example

White with #FA70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA70CE; }

 p { color: rgb(250,112,206); }

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

background-color css

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

 a { background-color: rgb(250,112,206); }

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

border-color css

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

 span { border-color: rgb(250,112,206); }

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