Html Css Color HEX #F855CC Neon Pink

📋 copy color: '#F855CC'

red 248 ◦ green 85 ◦ blue 204

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

Shades of Neon Pink #F855CC

Tints of Neon Pink #F855CC

RGB

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

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

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

R = 46.18%
G = 15.83%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F855CC (or 0xF855CC) is known color: Neon Pink. HEX triplet: F8, 55 and CC. RGB value is (248,85,204). Sum of RGB (Red+Green+Blue) = 248+85+204=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F855CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855CC is #07AA33. Grayscale: #929292. Windows color (decimal): -502324 or 13391352. OLE color: 13391352.

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

Color convert

RGB 248 85 204 -
CMYK 0 0.66 0.18 0.03
HSL 316.2º 0.92% 0.65% -
HSV(B) 316.2º 0.66% 0.97% -
XYZ 52.86 30.81 60.29 -
YUV 147.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 248 85 204 0 0.66 0.18 0.03 316.2 0.92 0.65
Hex F8 55 CC 0 42 12 3 13C 5C 41
Octal 370 125 314 0 102 22 3 474 134 101
Binary 11111000 1010101 11001100 0 1000010 10010 11 100111100 1011100 1000001

Color Harmonies of #F855CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855CC

Black with #F855CC

Text Example


Text Example

White with #F855CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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