Html Css Color HEX #F86AC8 Neon Pink

📋 copy color: '#F86AC8'

red 248 ◦ green 106 ◦ blue 200

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

Shades of Neon Pink #F86AC8

Tints of Neon Pink #F86AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 44.77%
G = 19.13%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F86AC8 (or 0xF86AC8) is known color: Neon Pink. HEX triplet: F8, 6A and C8. RGB value is (248,106,200). Sum of RGB (Red+Green+Blue) = 248+106+200=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AC8 is #079537. Grayscale: #9E9E9E. Windows color (decimal): -496952 or 13134584. OLE color: 13134584.

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

Color convert

RGB 248 106 200 -
CMYK 0 0.57 0.19 0.03
HSL 320.28º 0.91% 0.69% -
HSV(B) 320.28º 0.57% 0.97% -
XYZ 54.29 34.43 58.43 -
YUV 159.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 248 106 200 0 0.57 0.19 0.03 320.28 0.91 0.69
Hex F8 6A C8 0 39 13 3 140 5B 45
Octal 370 152 310 0 71 23 3 500 133 105
Binary 11111000 1101010 11001000 0 111001 10011 11 101000000 1011011 1000101

Color Harmonies of #F86AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86AC8

Black with #F86AC8

Text Example


Text Example

White with #F86AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86AC8; }

 p { color: rgb(248,106,200); }

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

background-color css

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

 a { background-color: rgb(248,106,200); }

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

border-color css

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

 span { border-color: rgb(248,106,200); }

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