Html Css Color HEX #F86CDA Neon Pink

📋 copy color: '#F86CDA'

red 248 ◦ green 108 ◦ blue 218

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

Shades of Neon Pink #F86CDA

Tints of Neon Pink #F86CDA

RGB

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

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

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

R = 43.21%
G = 18.82%
B = 37.98%

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

#F86CDA (or 0xF86CDA) is known color: Neon Pink. HEX triplet: F8, 6C and DA. RGB value is (248,108,218). Sum of RGB (Red+Green+Blue) = 248+108+218=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CDA is #079325. Grayscale: #A2A2A2. Windows color (decimal): -496422 or 14314744. OLE color: 14314744.

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

Color convert

RGB 248 108 218 -
CMYK 0 0.56 0.12 0.03
HSL 312.86º 0.91% 0.7% -
HSV(B) 312.86º 0.56% 0.97% -
XYZ 56.73 35.74 70.24 -
YUV 162.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 248 108 218 0 0.56 0.12 0.03 312.86 0.91 0.7
Hex F8 6C DA 0 38 C 3 139 5B 46
Octal 370 154 332 0 70 14 3 471 133 106
Binary 11111000 1101100 11011010 0 111000 1100 11 100111001 1011011 1000110

Color Harmonies of #F86CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86CDA

Black with #F86CDA

Text Example


Text Example

White with #F86CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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