Html Css Color HEX #F865C2 Neon Pink

📋 copy color: '#F865C2'

red 248 ◦ green 101 ◦ blue 194

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

Shades of Neon Pink #F865C2

Tints of Neon Pink #F865C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 45.67%
G = 18.6%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F865C2 (or 0xF865C2) is known color: Neon Pink. HEX triplet: F8, 65 and C2. RGB value is (248,101,194). Sum of RGB (Red+Green+Blue) = 248+101+194=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F865C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865C2 is #079A3D. Grayscale: #9B9B9B. Windows color (decimal): -498238 or 12740088. OLE color: 12740088.

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

Color convert

RGB 248 101 194 -
CMYK 0 0.59 0.22 0.03
HSL 322.04º 0.91% 0.68% -
HSV(B) 322.04º 0.59% 0.97% -
XYZ 53.1 33.16 54.64 -
YUV 155.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 248 101 194 0 0.59 0.22 0.03 322.04 0.91 0.68
Hex F8 65 C2 0 3B 16 3 142 5B 44
Octal 370 145 302 0 73 26 3 502 133 104
Binary 11111000 1100101 11000010 0 111011 10110 11 101000010 1011011 1000100

Color Harmonies of #F865C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865C2

Black with #F865C2

Text Example


Text Example

White with #F865C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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