Html Css Color HEX #FC6BBE Neon Pink

📋 copy color: '#FC6BBE'

red 252 ◦ green 107 ◦ blue 190

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

Shades of Neon Pink #FC6BBE

Tints of Neon Pink #FC6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.49%

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

R = 45.9%
G = 19.49%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC6BBE (or 0xFC6BBE) is known color: Neon Pink. HEX triplet: FC, 6B and BE. RGB value is (252,107,190). Sum of RGB (Red+Green+Blue) = 252+107+190=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BBE is #039441. Grayscale: #9F9F9F. Windows color (decimal): -234562 or 12479484. OLE color: 12479484.

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

Color convert

RGB 252 107 190 -
CMYK 0 0.58 0.25 0.01
HSL 325.66º 0.96% 0.7% -
HSV(B) 325.66º 0.58% 0.99% -
XYZ 54.7 34.93 52.57 -
YUV 159.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 252 107 190 0 0.58 0.25 0.01 325.66 0.96 0.7
Hex FC 6B BE 0 3A 19 1 146 60 46
Octal 374 153 276 0 72 31 1 506 140 106
Binary 11111100 1101011 10111110 0 111010 11001 1 101000110 1100000 1000110

Color Harmonies of #FC6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BBE

Black with #FC6BBE

Text Example


Text Example

White with #FC6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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