Html Css Color HEX #F860CC Neon Pink

📋 copy color: '#F860CC'

red 248 ◦ green 96 ◦ blue 204

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

Shades of Neon Pink #F860CC

Tints of Neon Pink #F860CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.52%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 45.26%
G = 17.52%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F860CC (or 0xF860CC) is known color: Neon Pink. HEX triplet: F8, 60 and CC. RGB value is (248,96,204). Sum of RGB (Red+Green+Blue) = 248+96+204=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F860CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860CC is #079F33. Grayscale: #999999. Windows color (decimal): -499508 or 13394168. OLE color: 13394168.

HSL color Cylindrical-coordinate representation of color #F860CC: hue angle of 317.37º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860CC is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 204 -
CMYK 0 0.61 0.18 0.03
HSL 317.37º 0.92% 0.67% -
HSV(B) 317.37º 0.61% 0.97% -
XYZ 53.79 32.68 60.6 -
YUV 153.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 248 96 204 0 0.61 0.18 0.03 317.37 0.92 0.67
Hex F8 60 CC 0 3D 12 3 13D 5C 43
Octal 370 140 314 0 75 22 3 475 134 103
Binary 11111000 1100000 11001100 0 111101 10010 11 100111101 1011100 1000011

Color Harmonies of #F860CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860CC

Black with #F860CC

Text Example


Text Example

White with #F860CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860CC; }

 p { color: rgb(248,96,204); }

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

background-color css

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

 a { background-color: rgb(248,96,204); }

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

border-color css

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

 span { border-color: rgb(248,96,204); }

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