Html Css Color HEX #F865CB Neon Pink

📋 copy color: '#F865CB'

red 248 ◦ green 101 ◦ blue 203

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

Shades of Neon Pink #F865CB

Tints of Neon Pink #F865CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 44.93%
G = 18.3%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F865CB (or 0xF865CB) is known color: Neon Pink. HEX triplet: F8, 65 and CB. RGB value is (248,101,203). Sum of RGB (Red+Green+Blue) = 248+101+203=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F865CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865CB is #079A34. Grayscale: #9C9C9C. Windows color (decimal): -498229 or 13329912. OLE color: 13329912.

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

Color convert

RGB 248 101 203 -
CMYK 0 0.59 0.18 0.03
HSL 318.37º 0.91% 0.68% -
HSV(B) 318.37º 0.59% 0.97% -
XYZ 54.14 33.58 60.13 -
YUV 156.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 248 101 203 0 0.59 0.18 0.03 318.37 0.91 0.68
Hex F8 65 CB 0 3B 12 3 13E 5B 44
Octal 370 145 313 0 73 22 3 476 133 104
Binary 11111000 1100101 11001011 0 111011 10010 11 100111110 1011011 1000100

Color Harmonies of #F865CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865CB

Black with #F865CB

Text Example


Text Example

White with #F865CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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