Html Css Color HEX #F86CDB Neon Pink

📋 copy color: '#F86CDB'

red 248 ◦ green 108 ◦ blue 219

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

Shades of Neon Pink #F86CDB

Tints of Neon Pink #F86CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.78%

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

R = 43.13%
G = 18.78%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F86CDB (or 0xF86CDB) is known color: Neon Pink. HEX triplet: F8, 6C and DB. RGB value is (248,108,219). Sum of RGB (Red+Green+Blue) = 248+108+219=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CDB is #079324. Grayscale: #A2A2A2. Windows color (decimal): -496421 or 14380280. OLE color: 14380280.

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

Color convert

RGB 248 108 219 -
CMYK 0 0.56 0.12 0.03
HSL 312.43º 0.91% 0.7% -
HSV(B) 312.43º 0.56% 0.97% -
XYZ 56.86 35.8 70.93 -
YUV 162.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 248 108 219 0 0.56 0.12 0.03 312.43 0.91 0.7
Hex F8 6C DB 0 38 C 3 138 5B 46
Octal 370 154 333 0 70 14 3 470 133 106
Binary 11111000 1101100 11011011 0 111000 1100 11 100111000 1011011 1000110

Color Harmonies of #F86CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86CDB

Black with #F86CDB

Text Example


Text Example

White with #F86CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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