Html Css Color HEX #F86ACE Neon Pink

📋 copy color: '#F86ACE'

red 248 ◦ green 106 ◦ blue 206

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

Shades of Neon Pink #F86ACE

Tints of Neon Pink #F86ACE

RGB

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

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

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

R = 44.29%
G = 18.93%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F86ACE (or 0xF86ACE) is known color: Neon Pink. HEX triplet: F8, 6A and CE. RGB value is (248,106,206). Sum of RGB (Red+Green+Blue) = 248+106+206=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ACE is #079531. Grayscale: #9F9F9F. Windows color (decimal): -496946 or 13527800. OLE color: 13527800.

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

Color convert

RGB 248 106 206 -
CMYK 0 0.57 0.17 0.03
HSL 317.75º 0.91% 0.69% -
HSV(B) 317.75º 0.57% 0.97% -
XYZ 55.01 34.72 62.2 -
YUV 159.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 248 106 206 0 0.57 0.17 0.03 317.75 0.91 0.69
Hex F8 6A CE 0 39 11 3 13E 5B 45
Octal 370 152 316 0 71 21 3 476 133 105
Binary 11111000 1101010 11001110 0 111001 10001 11 100111110 1011011 1000101

Color Harmonies of #F86ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86ACE

Black with #F86ACE

Text Example


Text Example

White with #F86ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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