Html Css Color HEX #F86BDA Neon Pink

📋 copy color: '#F86BDA'

red 248 ◦ green 107 ◦ blue 218

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

Shades of Neon Pink #F86BDA

Tints of Neon Pink #F86BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.67%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 43.28%
G = 18.67%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F86BDA (or 0xF86BDA) is known color: Neon Pink. HEX triplet: F8, 6B and DA. RGB value is (248,107,218). Sum of RGB (Red+Green+Blue) = 248+107+218=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BDA is #079425. Grayscale: #A1A1A1. Windows color (decimal): -496678 or 14314488. OLE color: 14314488.

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

Color convert

RGB 248 107 218 -
CMYK 0 0.57 0.12 0.03
HSL 312.77º 0.91% 0.7% -
HSV(B) 312.77º 0.57% 0.97% -
XYZ 56.62 35.53 70.2 -
YUV 161.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 248 107 218 0 0.57 0.12 0.03 312.77 0.91 0.7
Hex F8 6B DA 0 39 C 3 139 5B 46
Octal 370 153 332 0 71 14 3 471 133 106
Binary 11111000 1101011 11011010 0 111001 1100 11 100111001 1011011 1000110

Color Harmonies of #F86BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86BDA

Black with #F86BDA

Text Example


Text Example

White with #F86BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86BDA; }

 p { color: rgb(248,107,218); }

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

background-color css

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

 a { background-color: rgb(248,107,218); }

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

border-color css

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

 span { border-color: rgb(248,107,218); }

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