Html Css Color HEX #F863D6 Neon Pink

📋 copy color: '#F863D6'

red 248 ◦ green 99 ◦ blue 214

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

Shades of Neon Pink #F863D6

Tints of Neon Pink #F863D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.65%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 44.21%
G = 17.65%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F863D6 (or 0xF863D6) is known color: Neon Pink. HEX triplet: F8, 63 and D6. RGB value is (248,99,214). Sum of RGB (Red+Green+Blue) = 248+99+214=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F863D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863D6 is #079C29. Grayscale: #9C9C9C. Windows color (decimal): -498730 or 14050296. OLE color: 14050296.

HSL color Cylindrical-coordinate representation of color #F863D6: hue angle of 313.69º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863D6 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 214 -
CMYK 0 0.60 0.14 0.03
HSL 313.69º 0.91% 0.68% -
HSV(B) 313.69º 0.6% 0.97% -
XYZ 55.31 33.74 67.21 -
YUV 156.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 248 99 214 0 0.60 0.14 0.03 313.69 0.91 0.68
Hex F8 63 D6 0 3C E 3 13A 5B 44
Octal 370 143 326 0 74 16 3 472 133 104
Binary 11111000 1100011 11010110 0 111100 1110 11 100111010 1011011 1000100

Color Harmonies of #F863D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863D6

Black with #F863D6

Text Example


Text Example

White with #F863D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863D6; }

 p { color: rgb(248,99,214); }

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

background-color css

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

 a { background-color: rgb(248,99,214); }

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

border-color css

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

 span { border-color: rgb(248,99,214); }

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