Html Css Color HEX #F86DD4 Neon Pink

📋 copy color: '#F86DD4'

red 248 ◦ green 109 ◦ blue 212

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

Shades of Neon Pink #F86DD4

Tints of Neon Pink #F86DD4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.16%

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 43.59%
G = 19.16%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F86DD4 (or 0xF86DD4) is known color: Neon Pink. HEX triplet: F8, 6D and D4. RGB value is (248,109,212). Sum of RGB (Red+Green+Blue) = 248+109+212=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DD4 is #07922B. Grayscale: #A2A2A2. Windows color (decimal): -496172 or 13921784. OLE color: 13921784.

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

Color convert

RGB 248 109 212 -
CMYK 0 0.56 0.15 0.03
HSL 315.54º 0.91% 0.7% -
HSV(B) 315.54º 0.56% 0.97% -
XYZ 56.06 35.65 66.21 -
YUV 162.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 248 109 212 0 0.56 0.15 0.03 315.54 0.91 0.7
Hex F8 6D D4 0 38 F 3 13C 5B 46
Octal 370 155 324 0 70 17 3 474 133 106
Binary 11111000 1101101 11010100 0 111000 1111 11 100111100 1011011 1000110

Color Harmonies of #F86DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86DD4

Black with #F86DD4

Text Example


Text Example

White with #F86DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86DD4; }

 p { color: rgb(248,109,212); }

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

background-color css

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

 a { background-color: rgb(248,109,212); }

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

border-color css

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

 span { border-color: rgb(248,109,212); }

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