Html Css Color HEX #F870CE Neon Pink

📋 copy color: '#F870CE'

red 248 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #F870CE

Tints of Neon Pink #F870CE

RGB

 RED value IS 248 (97.27% from 255) = 43.82%

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

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

R = 43.82%
G = 19.79%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F870CE (or 0xF870CE) is known color: Neon Pink. HEX triplet: F8, 70 and CE. RGB value is (248,112,206). Sum of RGB (Red+Green+Blue) = 248+112+206=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F870CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870CE is #078F31. Grayscale: #A3A3A3. Windows color (decimal): -495410 or 13529336. OLE color: 13529336.

HSL color Cylindrical-coordinate representation of color #F870CE: hue angle of 318.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870CE is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 112 206 -
CMYK 0 0.55 0.17 0.03
HSL 318.53º 0.91% 0.71% -
HSV(B) 318.53º 0.55% 0.97% -
XYZ 55.65 36 62.41 -
YUV 163.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 248 112 206 0 0.55 0.17 0.03 318.53 0.91 0.71
Hex F8 70 CE 0 37 11 3 13F 5B 47
Octal 370 160 316 0 67 21 3 477 133 107
Binary 11111000 1110000 11001110 0 110111 10001 11 100111111 1011011 1000111

Color Harmonies of #F870CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870CE

Black with #F870CE

Text Example


Text Example

White with #F870CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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