Html Css Color HEX #F86BDB Neon Pink

📋 copy color: '#F86BDB'

red 248 ◦ green 107 ◦ blue 219

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

Shades of Neon Pink #F86BDB

Tints of Neon Pink #F86BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 43.21%
G = 18.64%
B = 38.15%

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

#F86BDB (or 0xF86BDB) is known color: Neon Pink. HEX triplet: F8, 6B and DB. RGB value is (248,107,219). Sum of RGB (Red+Green+Blue) = 248+107+219=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BDB is #079424. Grayscale: #A1A1A1. Windows color (decimal): -496677 or 14380024. OLE color: 14380024.

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

Color convert

RGB 248 107 219 -
CMYK 0 0.57 0.12 0.03
HSL 312.34º 0.91% 0.7% -
HSV(B) 312.34º 0.57% 0.97% -
XYZ 56.76 35.59 70.9 -
YUV 161.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 248 107 219 0 0.57 0.12 0.03 312.34 0.91 0.7
Hex F8 6B DB 0 39 C 3 138 5B 46
Octal 370 153 333 0 71 14 3 470 133 106
Binary 11111000 1101011 11011011 0 111001 1100 11 100111000 1011011 1000110

Color Harmonies of #F86BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86BDB

Black with #F86BDB

Text Example


Text Example

White with #F86BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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