Html Css Color HEX #F865CE Neon Pink

📋 copy color: '#F865CE'

red 248 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F865CE

Tints of Neon Pink #F865CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.2%

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 44.68%
G = 18.2%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F865CE (or 0xF865CE) is known color: Neon Pink. HEX triplet: F8, 65 and CE. RGB value is (248,101,206). Sum of RGB (Red+Green+Blue) = 248+101+206=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F865CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865CE is #079A31. Grayscale: #9C9C9C. Windows color (decimal): -498226 or 13526520. OLE color: 13526520.

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

Color convert

RGB 248 101 206 -
CMYK 0 0.59 0.17 0.03
HSL 317.14º 0.91% 0.68% -
HSV(B) 317.14º 0.59% 0.97% -
XYZ 54.51 33.72 62.03 -
YUV 156.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 248 101 206 0 0.59 0.17 0.03 317.14 0.91 0.68
Hex F8 65 CE 0 3B 11 3 13D 5B 44
Octal 370 145 316 0 73 21 3 475 133 104
Binary 11111000 1100101 11001110 0 111011 10001 11 100111101 1011011 1000100

Color Harmonies of #F865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865CE

Black with #F865CE

Text Example


Text Example

White with #F865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865CE; }

 p { color: rgb(248,101,206); }

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

background-color css

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

 a { background-color: rgb(248,101,206); }

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

border-color css

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

 span { border-color: rgb(248,101,206); }

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