Html Css Color HEX #FC6CBE Neon Pink

📋 copy color: '#FC6CBE'

red 252 ◦ green 108 ◦ blue 190

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

Shades of Neon Pink #FC6CBE

Tints of Neon Pink #FC6CBE

RGB

 RED value IS 252 (98.83% from 255) = 45.82%

 GREEN value IS 108 (42.58% from 255) = 19.64%

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 45.82%
G = 19.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC6CBE (or 0xFC6CBE) is known color: Neon Pink. HEX triplet: FC, 6C and BE. RGB value is (252,108,190). Sum of RGB (Red+Green+Blue) = 252+108+190=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CBE is #039341. Grayscale: #A0A0A0. Windows color (decimal): -234306 or 12479740. OLE color: 12479740.

HSL color Cylindrical-coordinate representation of color #FC6CBE: hue angle of 325.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CBE is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 190 -
CMYK 0 0.57 0.25 0.01
HSL 325.83º 0.96% 0.71% -
HSV(B) 325.83º 0.57% 0.99% -
XYZ 54.8 35.14 52.61 -
YUV 160.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 252 108 190 0 0.57 0.25 0.01 325.83 0.96 0.71
Hex FC 6C BE 0 39 19 1 146 60 47
Octal 374 154 276 0 71 31 1 506 140 107
Binary 11111100 1101100 10111110 0 111001 11001 1 101000110 1100000 1000111

Color Harmonies of #FC6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CBE

Black with #FC6CBE

Text Example


Text Example

White with #FC6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CBE; }

 p { color: rgb(252,108,190); }

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

background-color css

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

 a { background-color: rgb(252,108,190); }

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

border-color css

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

 span { border-color: rgb(252,108,190); }

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