Html Css Color HEX #F86AD6 Neon Pink

📋 copy color: '#F86AD6'

red 248 ◦ green 106 ◦ blue 214

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

Shades of Neon Pink #F86AD6

Tints of Neon Pink #F86AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 43.66%
G = 18.66%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F86AD6 (or 0xF86AD6) is known color: Neon Pink. HEX triplet: F8, 6A and D6. RGB value is (248,106,214). Sum of RGB (Red+Green+Blue) = 248+106+214=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AD6 is #079529. Grayscale: #A0A0A0. Windows color (decimal): -496938 or 14052088. OLE color: 14052088.

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

Color convert

RGB 248 106 214 -
CMYK 0 0.57 0.14 0.03
HSL 314.37º 0.91% 0.69% -
HSV(B) 314.37º 0.57% 0.97% -
XYZ 56 35.12 67.45 -
YUV 160.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 248 106 214 0 0.57 0.14 0.03 314.37 0.91 0.69
Hex F8 6A D6 0 39 E 3 13A 5B 45
Octal 370 152 326 0 71 16 3 472 133 105
Binary 11111000 1101010 11010110 0 111001 1110 11 100111010 1011011 1000101

Color Harmonies of #F86AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86AD6

Black with #F86AD6

Text Example


Text Example

White with #F86AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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