Html Css Color HEX #F86AD3 Neon Pink

📋 copy color: '#F86AD3'

red 248 ◦ green 106 ◦ blue 211

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

Shades of Neon Pink #F86AD3

Tints of Neon Pink #F86AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 43.89%
G = 18.76%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F86AD3 (or 0xF86AD3) is known color: Neon Pink. HEX triplet: F8, 6A and D3. RGB value is (248,106,211). Sum of RGB (Red+Green+Blue) = 248+106+211=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AD3 is #07952C. Grayscale: #A0A0A0. Windows color (decimal): -496941 or 13855480. OLE color: 13855480.

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

Color convert

RGB 248 106 211 -
CMYK 0 0.57 0.15 0.03
HSL 315.63º 0.91% 0.69% -
HSV(B) 315.63º 0.57% 0.97% -
XYZ 55.62 34.97 65.45 -
YUV 160.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 248 106 211 0 0.57 0.15 0.03 315.63 0.91 0.69
Hex F8 6A D3 0 39 F 3 13C 5B 45
Octal 370 152 323 0 71 17 3 474 133 105
Binary 11111000 1101010 11010011 0 111001 1111 11 100111100 1011011 1000101

Color Harmonies of #F86AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86AD3

Black with #F86AD3

Text Example


Text Example

White with #F86AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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