Html Css Color HEX #F855C6 Neon Pink

📋 copy color: '#F855C6'

red 248 ◦ green 85 ◦ blue 198

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

Shades of Neon Pink #F855C6

Tints of Neon Pink #F855C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 46.7%
G = 16.01%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F855C6 (or 0xF855C6) is known color: Neon Pink. HEX triplet: F8, 55 and C6. RGB value is (248,85,198). Sum of RGB (Red+Green+Blue) = 248+85+198=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C6 is #07AA39. Grayscale: #929292. Windows color (decimal): -502330 or 12998136. OLE color: 12998136.

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

Color convert

RGB 248 85 198 -
CMYK 0 0.66 0.20 0.03
HSL 318.4º 0.92% 0.65% -
HSV(B) 318.4º 0.66% 0.97% -
XYZ 52.15 30.53 56.57 -
YUV 146.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 248 85 198 0 0.66 0.20 0.03 318.4 0.92 0.65
Hex F8 55 C6 0 42 14 3 13E 5C 41
Octal 370 125 306 0 102 24 3 476 134 101
Binary 11111000 1010101 11000110 0 1000010 10100 11 100111110 1011100 1000001

Color Harmonies of #F855C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855C6

Black with #F855C6

Text Example


Text Example

White with #F855C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855C6; }

 p { color: rgb(248,85,198); }

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

background-color css

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

 a { background-color: rgb(248,85,198); }

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

border-color css

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

 span { border-color: rgb(248,85,198); }

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